mchlnix / SMB3-Foundry

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

Make Mario start position draggable #187

Closed mchlnix closed 7 months ago

mchlnix commented 1 year ago

Instead of (just) moving Mario around through the inputs in the level header, which is a bit clunky, let Mario be draggable, when his start position is visible.

Once he is dragged, we could show all possible start positions (4 x 8 = 32) as half opaque marios.

mchlnix commented 7 months ago

image

Done