Game Manager

merge of game manager,  Gameloop and player animation. Animation is brocken.
This commit is contained in:
Neal Finger
2023-02-04 20:24:16 -07:00
parent c356965c2d
commit 7e454cd8e4
3 changed files with 75 additions and 16 deletions

View File

@@ -3,11 +3,12 @@ import thumby
import math
import random
from Games.Throot.constants import CONST_FPS
# didplay width 72
# display height 40
# constants
CONST_FPS = 60
CONST_PL_SCREEN_Y = int((0.5) * thumby.display.height)
CONST_INP_MOVE_LEFT = thumby.buttonL