Fix tutorial map banana

This commit is contained in:
Jaidyn Ann 2021-01-07 10:33:42 -06:00
parent 056e4f00ea
commit 1ddd35f28c
2 changed files with 2 additions and 2 deletions

View File

@ -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!

View File

@ -358,7 +358,7 @@ return {
{
id = 45,
name = "",
type = "bananna",
type = "banana",
shape = "point",
x = 1484,
y = 240,