Kirb
Kirb The Korb
Kirb submitted a new resource:
Air walk remover with explanations and links - when you run or get launched off a floor you play the fall animation
Read more about this resource...
Air walk remover with explanations and links - when you run or get launched off a floor you play the fall animation
This is a mod that deletes the air walk, so when you go off a platform you play the fall animation, like that "outta here" Sonic Mania mod or (as i remember) like Sonic CD
it has explanations and links inside it, so you can change the mod as you like and learn how to use lua
here's the code
//air walk remover, made by Kirb, reusable
addHook("PlayerThink", function(player) //main hook //https://wiki.srb2.org/wiki/Lua/Hooks
if not(player.mo) then return end //do...
Read more about this resource...