Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KonPet committed Jun 19, 2020
1 parent cf59c35 commit 3c6e5d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Red-Shell
Level Editor for the Mario vs Luigi Python clone made in C++ using Raylib

Made by SkilLP
## Controls:
* Use the mouse to draw the tiles into the big window
* Use `WASD` to scroll through the level
* Use `TAB` to change the width and height of the level
* Use `right- and leftclick` to select with which tiles you want to draw
* Use `Comma` and `Period` to increase / decrease the speed you're scrolling with

## Usage:
* To load a level, name it `level.lvl` and 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.lvl` that the `.exe` can 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 `ESCAPE` key in the main window.

0 comments on commit 3c6e5d6

Please sign in to comment.