diff options
Diffstat (limited to 'hercules/tmx_converter.py')
-rwxr-xr-x | hercules/tmx_converter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hercules/tmx_converter.py b/hercules/tmx_converter.py index 49bd846..62ad589 100755 --- a/hercules/tmx_converter.py +++ b/hercules/tmx_converter.py @@ -105,6 +105,7 @@ class Warp(Object): 'npc_id', 'trigger_x', 'trigger_y', + 'notes', ) + other_warp_fields def __init__(self): self.npc_id = 'WARP' |