Window size smaller than map size #1423
Unanswered
PapyrusLikeMelon
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, your 1920x1080 approach is fine. There must be something odd happening, without full app + factory code it's a bit difficult to say. Is this something you can share? Otherwise, my guess is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
(how) is it possible to set the size of the Level as larger than the window size?
The size of my level is 7680x4480 (12:7), but I want the window size to be 1920x1080 (16:9). However, when I set the window size to this in settings, the player character is spawned above the intended map and unable to reach it, no matter how high spawnHeight is set.
level1.tmx:
With 1920x1080:


With 7680x4480 and higher Zoom:
Any help would be welcome
Beta Was this translation helpful? Give feedback.
All reactions