7 lines
143 B
GDScript3
7 lines
143 B
GDScript3
|
extends Marker2D
|
||
|
|
||
|
# Called when the node enters the scene tree for the first time.
|
||
|
func _ready() -> void:
|
||
|
pass # Replace with function body.
|
||
|
|