5 lines
87 B
GDScript
5 lines
87 B
GDScript
extends Node
|
|
|
|
enum DIRS {LEFT, RIGHT, UP, DOWN}
|
|
enum ARROW_STATE {NORMAL, DONE, ERROR}
|