Plant spawn

This commit is contained in:
Rendo 2025-08-03 18:34:54 +05:00
commit 941912d7f1
25 changed files with 281 additions and 40 deletions

View file

@ -0,0 +1,6 @@
extends Marker2D
func _ready() -> void:
FieldParams.field_rect.position = global_position
queue_free()