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

@ -9,6 +9,6 @@ func _ready():
await get_tree().create_timer(lifetime * 2).timeout
queue_free()
func _process(delta):
func _process(_delta):
if following:
global_position = get_parent().global_position