Odessey.lua
Jump to navigation
Jump to search
DOWNLOAD NOT AVAILABLE
Odessey.lua is an API that mimics the ability to possess enemy in Super Mario Odyssey.
How to use
To load the API, place this line in your script.
local odesey = API.load("odessey")
This API requires a folder called odessey. The is a required file in this folder must be a PNG file called hat
hat
The hat is an object that is activated with the alt-run key.
| Name | Default Value | Description |
|---|---|---|
| img | LuaImgResource
"hat.png" found inside the odessey folder |
The image of the hat. |
| x | The X coordinate of the hat. | |
| y | The Y coordinate of the hat. | |
| gfxOffsetX | The X offset of the image. | |
| gfxOffsetY | The Y offset of the image. |