6 lines
107 B
GDScript
6 lines
107 B
GDScript
extends Marker2D
|
|
|
|
|
|
func _ready() -> void:
|
|
FieldParams.field_rect.position = global_position
|
|
queue_free()
|