summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/scripts/common.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/scripts/common.lua b/res/scripts/common.lua index 46f2275..559d8bd 100644 --- a/res/scripts/common.lua +++ b/res/scripts/common.lua
@@ -48,7 +48,8 @@ ChangeMapOptions = {
48} 48}
49 49
50PathfindingOptions = { 50PathfindingOptions = {
51 CARDINAL_DIRECTIONS_ONLY = 1 51 CARDINAL_DIRECTIONS_ONLY = 1,
52 MOONWALKING = 2 -- Causes the sprite to walk backwards
52} 53}
53 54
54gamestate = {} 55gamestate = {}