Initial commit
This commit is contained in:
commit
1514fe991b
675 changed files with 6030 additions and 0 deletions
3
scripts/globals.gd
Normal file
3
scripts/globals.gd
Normal file
|
@ -0,0 +1,3 @@
|
|||
extends Node
|
||||
|
||||
enum Direction {LEFT, RIGHT, UP, DOWN, NONE};
|
Loading…
Add table
Add a link
Reference in a new issue