
Not only does this game has a very similar aesthetic, but the Choco-ball's momentum feels exactly the same! Well not really (At least it feels like something between the Wood and Rock Ball).
Code: Select all
function switchParameter(param)
if param and param == true then
return false
else
return true
end
end