Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1152/data
Added Files:
badguys.strf
Log Message:
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.
--- NEW FILE: badguys.strf ---
; 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")
)
)
|