mchlnix / SMB3-Foundry

SMB3 Level Editor in Python
GNU General Public License v3.0
92 stars 12 forks source link

Vine without a block as base is bugged? #161

Open mchlnix opened 1 year ago

mchlnix commented 1 year ago

Dario: Another bug represented by these automatic extensions is the positioning of the vine without the brick that makes it branch, if it doesn't have a support it creates problems, it repeats itself in the level with always equal distances and multiplies infinitely, therefore it cannot be positioned above a void, a precipice for Mario but above a ground for example.

opsodps commented 1 year ago

I think this is the same or a similar reason why the block platforms crash when they're not above ground.

opsodps commented 1 year ago

Forgot to mention I also don’t think this is really a bug, more of a quirk with the SMB3 engine and how the vine object works.