changed aspect ration to 640x384 for better scaling on mobile

This commit is contained in:
2024-04-04 17:53:22 +02:00
parent f844058bf9
commit 95469ab3c7
18 changed files with 787 additions and 944 deletions

View File

@@ -18,7 +18,7 @@ const (
ANIMATION_STARTWAIT time.Duration = 30 * time.Millisecond // how long to wait to start collectible animation
ANIMATION_LOOPWAIT time.Duration = 40 * time.Millisecond // how much time to wait between the sprites
LEVEL_END_WAIT time.Duration = 500 * time.Millisecond
version string = "1.2.3"
version string = "1.3.0"
MenuRectX int = 600
MenuRectY int = 0