Robertvokac (talk | contribs) No edit summary |
Robertvokac (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
they fixed it for the sequel (mostly)</blockquote> | they fixed it for the sequel (mostly)</blockquote> | ||
== Color bug == | |||
<blockquote>You know what I also noticed? There's a bug in Speedy Blupi 1 and 2. If you play as a Blupi other than yellow in multiplayer mode, once you go back to single player without closing the game, the color of your personal bomb will still be whatever color you played as. The yellow bombs will explode and you can still collect the color bomb of whatever color you were in multiplayer</blockquote> |
Revision as of 20:34, 17 July 2024
Grass
grass adds 8 pixels to the top
Byte code
planet blupi includes a serializable scripting language to control all the entities. this makes it very easy to add new entity behaviors to the source code. and since the script is represented as bytes, scripts could be included with levels (if the developers ever implemented it)
planet blupi's bytecode has functions for creating, removing, and detecting blocks. if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.
Treasure
Treasure chest does not contain coins, but golden eggs.
Animation bug
the animation counter for objects only goes up to about 32000. it only takes about a half hour for them to reach that and overflow to negative they fixed it for the sequel (mostly)
Color bug
You know what I also noticed? There's a bug in Speedy Blupi 1 and 2. If you play as a Blupi other than yellow in multiplayer mode, once you go back to single player without closing the game, the color of your personal bomb will still be whatever color you played as. The yellow bombs will explode and you can still collect the color bomb of whatever color you were in multiplayer