coyote time
added 5 cycles of "coyote time" this means you can still jump for 5/60 = 0.1 seconds after leaving the ground let me know if you like the feel this might cause some unexpected bugs, or reduce the difficulty of some platforming levels JUNK tech: NFT - buy your current game seed no one is allow to use your seeds if they use them they are gonna get in trouble removed the pavilion/ruins map to see if it's causing bugs
This commit is contained in:
@@ -713,6 +713,7 @@ const simulation = {
|
||||
document.getElementById("health-bg").style.display = "inline"
|
||||
m.alive = true;
|
||||
m.onGround = false
|
||||
m.lastOnGroundCycle = 0
|
||||
m.setMaxHealth()
|
||||
m.health = 0;
|
||||
m.addHealth(0.25)
|
||||
|
||||
Reference in New Issue
Block a user