Hello, when I compile and run Snake project as described in the online tutorial I see just a quarter of the map, corresponding to the uper right corner of the screen, how can I solve this problem?
Thank you.
Screen capture:
Hello, when I compile and run Snake project as described in the online tutorial I see just a quarter of the map, corresponding to the uper right corner of the screen, how can I solve this problem?
Thank you.
Screen capture:
It looks like you one of these problems:
Is your tilemap positioned at 0x0 and does it look like in the picture below when you open your main collection:
If you open main.collection origo of the game world is where the green and red line meet. That is the lower left corner of the screen (by default).
Thank you, I fixed the problem