Hi,
I'm working on an 8-bit NES inspired game and my layout is 256x224. I want to continue to work at this scale, but I want the game to scale up 200% (512 x 448) when it's executed. I have an art background, but I'm not a programmer. Is there an easy way to achieve this?
Thanks.
<font color=red>Edit: problem solved</font>
I'll post a walk through for anyone searching for the same answer.
Step 1
----------
Add event:
System > Start & End > On start of layout
Add the following actions to it:
System > Layers & Layout > Set layout scale > Scale: 2.0 (or whatever size you want)
System > Display > Set canvas size > Width: 512 Height: 448 ( or whatever size matches the scaled layout)
Step 2
----------
View Project Properties > Configuration Settings > Sampling: Point
Special thanks to shinkan for the help.