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