Plant spawn
This commit is contained in:
parent
32453f2e9d
commit
941912d7f1
25 changed files with 281 additions and 40 deletions
6
scripts/level/field_rect_offsetter.gd
Normal file
6
scripts/level/field_rect_offsetter.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Marker2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
FieldParams.field_rect.position = global_position
|
||||
queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue