Uploading badguys config file.
authorRicardo Cruz <rick2@aeiou.pt>
Mon, 18 Oct 2004 16:53:36 +0000 (16:53 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Mon, 18 Oct 2004 16:53:36 +0000 (16:53 +0000)
Currently, it only keeps sprites. Feel free to suggest other stuff together with how the badguys.strf entry should look like.

SVN-Revision: 2024

data/badguys.strf [new file with mode: 0644]

diff --git a/data/badguys.strf b/data/badguys.strf
new file mode 100644 (file)
index 0000000..ff2b33c
--- /dev/null
@@ -0,0 +1,59 @@
+; Bad Guys(tm) config file
+(supertux-badguys-specifications 
+  (badguy
+    (kind "mriceblock")
+    (sprite "mriceblock")
+  )
+  (badguy
+    (kind "jumpy")
+    (sprite "jumpy")
+  )
+  (badguy
+    (kind "mrbomb")
+    (sprite "mrbomb")
+  )
+  (badguy
+    (kind "bomb")
+    (sprite "bomb")
+  )
+  (badguy
+    (kind "stalactite")
+    (sprite "stalactite")
+  )
+  (badguy
+    (kind "flame")
+    (sprite "flame")
+  )
+  (badguy
+    (kind "fish")
+    (sprite "fish")
+  )
+  (badguy
+    (kind "flamefish")
+    (sprite "flamefish")
+  )
+  (badguy
+    (kind "bouncingsnowball")
+    (sprite "bouncingsnowball")
+  )
+  (badguy
+    (kind "flyingsnowball")
+    (sprite "flyingsnowball")
+  )
+  (badguy
+    (kind "spiky")
+    (sprite "spiky")
+  )
+  (badguy
+    (kind "snowball")
+    (sprite "snowball")
+  )
+  (badguy
+    (kind "wingling")
+    (sprite "wingling")
+  )
+  (badguy
+    (kind "walkingtree")
+    (sprite "walkingtree")
+  )
+)