Re: [Super-tux-devel] Little note to level builders
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2004-04-20 20:33:13
|
On Tue, Apr 20, 2004 at 10:17:38PM +0200, Ingo Ruhnke wrote: <snip> > > - enemies can have a stay-on-platform flag, so they can be locked to > there current platform, no more need to hold them there with blocks > or other ugly things that don't belong there In Super Mario Bros (original), there were two kinds of turtles. Green ones (fell) and red ones (turned around). There were also winged turtles. When you stomped them, they lost their wings, and would walk around. Similarly, there were green verisons and red versions. They simply changed from winged green or red, to normal green or red, and would walk/fall as expected... I like that we can flag the enemy to do such a thing, but it'd be nice to make them LOOK slightly different, to give a hint to the player. ("Okay, he's gonna fall in a sec.!") If they look the same, the player will be confused. ("HEY! Why didn't he FALL!? It's a bug!") ;^) -bill! |