safe from sequence

This commit is contained in:
2023-01-31 16:40:46 +01:00
parent 2f6967084e
commit 61a732a698
8 changed files with 144 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@tool
extends Node3D
const SIZE = 5
const SIZE = 3
enum Direction {UP, RIGHT, DOWN, LEFT}
var sequence = []