From 1ddd35f28c6eab6836d4f69c05447e08c5e6fe31 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Thu, 7 Jan 2021 10:33:42 -0600 Subject: [PATCH] Fix tutorial map banana --- maps/README.txt | 2 +- maps/tutorial/1.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,