ft (wip): molecular stage prey

This commit is contained in:
2025-12-15 13:05:11 +01:00
parent 263011b460
commit 551482e209
30 changed files with 416 additions and 34 deletions

View File

@@ -0,0 +1,15 @@
extends RigidBody2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
func _on_visible_on_screen_notifier_2d_screen_exited():
queue_free();