clean up file structure

This commit is contained in:
Michael Campbell 2026-02-18 15:30:41 -05:00
parent 1318fdd9fc
commit 324e7d437b
28 changed files with 102 additions and 125 deletions

View file

@ -1,8 +0,0 @@
extends Node
@export var duration := 10.
func _process(delta: float) -> void:
duration -= delta
if duration <= 0:
get_parent().queue_free()