iso-engine fix raw haxe syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
(var HILL_DIR_MAP
|
(var HILL_DIR_MAP
|
||||||
#|[
|
#{[
|
||||||
19 => Up(West),
|
19 => Up(West),
|
||||||
20 => Up(SouthWest),
|
20 => Up(SouthWest),
|
||||||
21 => Up(South),
|
21 => Up(South),
|
||||||
@@ -12,15 +12,15 @@
|
|||||||
28 => Down(NorthEast),
|
28 => Down(NorthEast),
|
||||||
29 => Down(NorthWest),
|
29 => Down(NorthWest),
|
||||||
30 => Down(SouthWest)
|
30 => Down(SouthWest)
|
||||||
]|#)
|
];}#)
|
||||||
|
|
||||||
(var BEAM_DIR_MAP
|
(var BEAM_DIR_MAP
|
||||||
#|[
|
#{[
|
||||||
32 => North,
|
32 => North,
|
||||||
33 => West,
|
33 => West,
|
||||||
34 => South,
|
34 => South,
|
||||||
35 => East
|
35 => East
|
||||||
]|#)
|
];}#)
|
||||||
|
|
||||||
(method specialProperty []
|
(method specialProperty []
|
||||||
(case special_property
|
(case special_property
|
||||||
|
Reference in New Issue
Block a user