You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with [Repository Name] and encountered a significant issue when trying to modify the default resolution of the game from the standard 900x600. Upon changing the resolution, I noticed that the game's logic related to the environmental tile rendering starts to break down. Specifically, the tiles that make up the game world do not align properly, and it seems like their placement calculations might be tied to the original resolution settings.
Could you provide some guidance on how to properly adjust the game's resolution without disrupting the tile rendering? I'm interested in making the game viewable at different resolutions and maintaining the correct logic for environmental rendering.
Additionally, tiles begin to randomly change when the character's Y-position changes at certain intervals.
For reach this behavior I spawn near start house, go up about 100 meters and return back. The map tiles has been broken:
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Hello,
I am currently working with [Repository Name] and encountered a significant issue when trying to modify the default resolution of the game from the standard 900x600. Upon changing the resolution, I noticed that the game's logic related to the environmental tile rendering starts to break down. Specifically, the tiles that make up the game world do not align properly, and it seems like their placement calculations might be tied to the original resolution settings.
Could you provide some guidance on how to properly adjust the game's resolution without disrupting the tile rendering? I'm interested in making the game viewable at different resolutions and maintaining the correct logic for environmental rendering.
Additionally, tiles begin to randomly change when the character's Y-position changes at certain intervals.
For reach this behavior I spawn near start house, go up about 100 meters and return back. The map tiles has been broken:
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: