Fix tutorial map banana
This commit is contained in:
parent
056e4f00ea
commit
1ddd35f28c
|
@ -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!
|
||||
|
|
|
@ -358,7 +358,7 @@ return {
|
|||
{
|
||||
id = 45,
|
||||
name = "",
|
||||
type = "bananna",
|
||||
type = "banana",
|
||||
shape = "point",
|
||||
x = 1484,
|
||||
y = 240,
|
||||
|
|
Ŝarĝante…
Reference in New Issue