Hellswipers/global.gd

5 lines
87 B
GDScript3
Raw Normal View History

2024-03-14 17:39:20 +00:00
extends Node
enum DIRS {LEFT, RIGHT, UP, DOWN}
enum ARROW_STATE {NORMAL, DONE, ERROR}