summaryrefslogtreecommitdiff
path: root/styles/special/special.ini
diff options
context:
space:
mode:
authorLudovic Pouzenc <lpouzenc@gmail.com>2013-07-16 21:33:24 +0200
committerLudovic Pouzenc <lpouzenc@gmail.com>2013-07-16 21:33:24 +0200
commitf57c2d6f7683949b8423e1ae4c80d861d3ab1a8f (patch)
tree2b22227d22e4aaef025db68716ae9c3fc774c490 /styles/special/special.ini
parentd4bd10cb2c43f7e57d5e120457bdc5aa3de2d0b9 (diff)
downloadmplemmings-f57c2d6f7683949b8423e1ae4c80d861d3ab1a8f.tar.gz
mplemmings-f57c2d6f7683949b8423e1ae4c80d861d3ab1a8f.tar.bz2
mplemmings-f57c2d6f7683949b8423e1ae4c80d861d3ab1a8f.zip
Import des fichiers ini dans git. suppression du chemin en dut dans le prog de test de parsing
Diffstat (limited to 'styles/special/special.ini')
-rw-r--r--styles/special/special.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/styles/special/special.ini b/styles/special/special.ini
new file mode 100644
index 0000000..befe984
--- /dev/null
+++ b/styles/special/special.ini
@@ -0,0 +1,39 @@
+# animation types
+# 0 - don't animate
+# 1 - animate continously
+# 2 - trap - animate on trigger - else show first pic
+# 3 - entry animation: animate once at level start
+
+# object types
+# 0 - passive
+# 3 - no digging to the left
+# 4 - no digging to the right
+# 5 - trap which makes lemmings drown (water/quick sand/mud)
+# 6 - trap which replaces lemming with death animation
+# 7 - trap which triggers lemming death animation
+# 8 - exit
+# 32 - entry
+
+bgColor = 0x000033
+debrisColor = 0xe08020
+particleColor = 0x4040e0,0x00b000,0xf0d0d0,0xf0f000,0xf02020,0x808080,0xe08020,0xe08020,0xc05010,0x902010,0x600010,0x404050,0x606070,0x709000,0x206020,0x787800
+
+tiles = 4
+
+# exit - non animated part
+frames_0 = 1
+anim_0 = 0
+type_0 = 8
+sound_0 = 14
+
+# entry - animate once
+frames_1 = 10
+anim_1 = 3
+type_1 = 32
+sound_1 = 5
+
+# animated part of exit - always animate
+frames_2 = 6
+anim_2 = 1
+type_2 = 0
+sound_2 = -1