Better lava

This commit is contained in:
bingus_violet 2024-03-17 21:56:16 -05:00
parent 4f70414ed9
commit d0d7899340
82 changed files with 1747 additions and 738 deletions

View file

@ -6,5 +6,7 @@ extends Area2D
var animReady = false
func _on_body_shape_entered(body_rid, body, body_shape_index, local_shape_index):
func _on_body_shape_entered(_body_rid, _body, _body_shape_index, _local_shape_index):
animator.play(animation)
if playOnce:
queue_free()