1 decade ago by Arantor
I'm just curious about this. I've just been working on a crude little game just to experiment on a few things, and I just noticed that the editor always seems to default to using 2x the resolution that the images themselves use.
So in this game, I'm using a level of 20x15 tiles, 32px square, which means I have a nice 640x480 layout, but of course that consumes basically my 1280x1024 screen. I don't mind - it can make entity placement easier. It just struck me as weird is all.
Edit, scratch all that. I just found it in config.js that zoom is set to 2 by default. Is there any chance we could get some documentation for what's in the config.js file? (Or, even, some kind of configuration GUI for these items, doesn't have to be persistent, just enough to configure them on the fly?)
Specifically I'm thinking mostly the zoom option and the snap-to-grid size for entities on this one...
So in this game, I'm using a level of 20x15 tiles, 32px square, which means I have a nice 640x480 layout, but of course that consumes basically my 1280x1024 screen. I don't mind - it can make entity placement easier. It just struck me as weird is all.
Edit, scratch all that. I just found it in config.js that zoom is set to 2 by default. Is there any chance we could get some documentation for what's in the config.js file? (Or, even, some kind of configuration GUI for these items, doesn't have to be persistent, just enough to configure them on the fly?)
Specifically I'm thinking mostly the zoom option and the snap-to-grid size for entities on this one...