summary refs log tree commit diff stats
path: root/res/scripts/map2.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-12 00:33:19 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-12 00:33:19 -0500
commit5ecd0f428dd8292a17c5013c525a4f5d3967acb8 (patch)
tree0068b66a1183f822909f115a142fae3869a3b09f /res/scripts/map2.lua
parent19be2ac58b09c5240a32e6a4f41cd9f6cda03d07 (diff)
downloadtanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.tar.gz
tanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.tar.bz2
tanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.zip
Scripts are organised per-map now
Diffstat (limited to 'res/scripts/map2.lua')
-rw-r--r--res/scripts/map2.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua new file mode 100644 index 0000000..1f14b31 --- /dev/null +++ b/res/scripts/map2.lua
@@ -0,0 +1,5 @@
1map2 = {}
2
3function map2.off_left()
4 ChangeMap("map1", "fromRight")
5end