Initial commit

This commit is contained in:
Crizomb 2024-11-14 13:58:15 +01:00
commit 1514fe991b
675 changed files with 6030 additions and 0 deletions

3
scripts/globals.gd Normal file
View file

@ -0,0 +1,3 @@
extends Node
enum Direction {LEFT, RIGHT, UP, DOWN, NONE};