Merge branch 'master' of ssh://xen/var/git/ESCape

This commit is contained in:
Aaron Mueller 2011-08-21 18:01:39 +02:00
commit 1ff2103a91
1 changed files with 3 additions and 3 deletions

View File

@ -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