Devlogs
beta-2.3: Fixed collision.
Posted May 26, 2023 by IceTheGameDev
#bugfix #collision #win #beta #release #update
Bug fixes
- Fixed the bug where the game wouldn't be even although the player's light would collide with the green square (because the collision has started before the win delay passed), by changing from
OnCollisionEnter2D
to OnCollisionStay2D
.