Level Editor for the Mario vs Luigi Python clone made in C++ using Raylib
- Use the mouse to draw the tiles into the big window
- Use
WASDto scroll through the level - Use
TABto change the width and height of the level - Use
right- and leftclickto select with which tiles you want to draw - Use
CommaandPeriodto increase / decrease the speed you're scrolling with
- To load a level, name it
level.lvland put it in the same folder as the.exe. Height and width will be loaded automatically and increased if necessary. - If there's no
level.lvlthat the.execan read (because it's not in the same folder), you're going to have to input width and height when starting the editor. - To save the level, simply press the
ESCAPEkey in the main window.