Better lava
This commit is contained in:
parent
4f70414ed9
commit
d0d7899340
82 changed files with 1747 additions and 738 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue