diff --git a/maps/README.txt b/maps/README.txt index c770b55..43cae07 100644 --- a/maps/README.txt +++ b/maps/README.txt @@ -9,7 +9,7 @@ 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). -You can place the bannanas in the map with a point object of type "bannana". +You can place the bananas in the map with a point object of type "banana". Otherwise... it'll just pop up in (200,200). Export your map to Lua, put it in a custom "maps" folder, and you're good to go! diff --git a/maps/tutorial/1.lua b/maps/tutorial/1.lua index 81709d4..abc609a 100644 --- a/maps/tutorial/1.lua +++ b/maps/tutorial/1.lua @@ -358,7 +358,7 @@ return { { id = 45, name = "", - type = "bananna", + type = "banana", shape = "point", x = 1484, y = 240,