groundPound.lua
Posted: Mon Nov 25, 2019 7:06 pm
Version 1.5
old version was being janky with the crashing with link and such, so here is a new link
Copy from previous version :
This is so radically different from the other versions that the library name has changed.
Please note if you want the spin animation you will give up changing mario and luigi's costumes.
After dragging everything from this zip
into your local or episode folder, do one of the following:
If you want to see the somersault before you pound put this in your luna.lua file:
If you want to change costumes or don't want a spin animation do this:
This also fixes most of the jank with non-solid platforms. Please post if you see anything janky!
Old Versions:
old version was being janky with the crashing with link and such, so here is a new link
Copy from previous version :
This is so radically different from the other versions that the library name has changed.
Please note if you want the spin animation you will give up changing mario and luigi's costumes.
After dragging everything from this zip
into your local or episode folder, do one of the following:
If you want to see the somersault before you pound put this in your luna.lua file:
Code: Select all
local groundPoundNeue = require("groundPoundNeue");
groundPoundNeue.registerAllPlayersFancyAnim();
Code: Select all
local groundPoundNeue = require("groundPoundNeue");
groundPoundNeue.registerAllPlayersDefault();
Old Versions:
Spoiler: show