From: Ricardo Cruz Date: Mon, 18 Oct 2004 16:53:36 +0000 (+0000) Subject: Uploading badguys config file. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=912f9e8e610762e5731907c6adc74c1ddaf75dce;p=supertux.git Uploading badguys config file. Currently, it only keeps sprites. Feel free to suggest other stuff together with how the badguys.strf entry should look like. SVN-Revision: 2024 --- diff --git a/data/badguys.strf b/data/badguys.strf new file mode 100644 index 000000000..ff2b33c84 --- /dev/null +++ b/data/badguys.strf @@ -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") + ) +)