Create character and player scripts, import character tilesets
This commit is contained in:
12
scripts/global.gd
Normal file
12
scripts/global.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
extends Node
|
||||
|
||||
enum CHARACTERSTATES {
|
||||
WALK_UP,
|
||||
WALK_DOWN,
|
||||
WALK_RIGHT,
|
||||
WALK_LEFT,
|
||||
IDLE_UP,
|
||||
IDLE_DOWN,
|
||||
IDLE_RIGHT,
|
||||
IDLE_LEFT
|
||||
}
|
||||
Reference in New Issue
Block a user