mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2025-02-17 14:33:03 -05:00
9 lines
114 B
GDScript
9 lines
114 B
GDScript
extends Area2D
|
|
|
|
|
|
func _process(delta: float) -> void:
|
|
pass
|
|
|
|
func _on_life_timer_timeout() -> void:
|
|
queue_free()
|