recursivesquare/scripts/globals.gd
2024-11-14 13:58:15 +01:00

3 lines
60 B
GDScript

extends Node
enum Direction {LEFT, RIGHT, UP, DOWN, NONE};