sunoku/globals.gd

8 lines
93 B
GDScript

extends Node
enum Direction {UP,RIGHT,DOWN,LEFT}
var mouse_dragging = false
var score = 0