Monkune/maps/README.txt

22 lines
839 B
Plaintext
Raw Permalink Normal View History

2021-01-07 01:29:06 -06:00
MAP EDITING
================================================================================
Monkune maps are made using Tiled (https://mapeditor.org), and are made up of
rectangle objects and text-boxes. No tilesets are used.
Rectangles will be filled with a random color.
Text-box formatting will be ignored, but the text is used.
You can set the spawn point of the monkey party with a point object of type
"spawn". Otherwise, it defaults to (100,100).
2021-01-07 10:33:42 -06:00
You can place the bananas in the map with a point object of type "banana".
2021-01-07 02:15:15 -06:00
Otherwise... it'll just pop up in (200,200).
2021-01-07 01:29:06 -06:00
Export your map to Lua, put it in a custom "maps" folder, and you're good to go!
2021-01-07 02:15:15 -06:00
Useful bits
----------------------------------------
The farthest a monkey can jump horizontally is 15 16x16 squares
The highest a monkey can jump vertically is 5 16x16 squares