Cube_Death
if running it in browser is not working, please download the zip file
Status | In development |
Platforms | HTML5, Windows |
Author | Build a game |
Made with | Godot |
Download
Download NowName your own price
Click download now to get access to the following files:
cube_death.zip 27 MB
Comments
Log in with itch.io to leave a comment.
The spike collisions exist before the animation finishes, to make the game feel more fair i suggest making the collisions only register after the animation is finished, because a lot of the time it feels like you are dying to nothing. Great work tho!
alright will look forward to the on fixing that int he full version
I can help you out with that actually, you can set the collision to disabled at the start, then use await to enable the collision:
# at the start
$Collision.enabled = false
# summon the spikes
await $Spikes.animation_finished
$Collision.enabled = true
I hope this helps you!
oh ,i actually no how , just thought it could be hard that way
ah
which one is you submission cant see it