diff --git a/src/Globals.pbi b/src/Globals.pbi index 6fd2da7..9b7e04a 100644 --- a/src/Globals.pbi +++ b/src/Globals.pbi @@ -15,9 +15,9 @@ ; Player directions #PLAYER_DIR_UP = 0 -#PLAYER_DIR_RIGHT = 0 -#PLAYER_DIR_DOWN = 0 -#PLAYER_DIR_LEFT = 0 +#PLAYER_DIR_RIGHT = 1 +#PLAYER_DIR_DOWN = 2 +#PLAYER_DIR_LEFT = 3 ; Global variables Global Fullscreen = 0