moved direction enum into a global node
parent
2ceab0d455
commit
248eec59cc
@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
enum Directions {
|
||||
N = 1,
|
||||
S = 2,
|
||||
E = 4,
|
||||
W = 8
|
||||
}
|
Loading…
Reference in New Issue