10 lines
136 B
GDScript3
10 lines
136 B
GDScript3
|
extends Area2D
|
||
|
|
||
|
|
||
|
# Called when the node enters the scene tree for the first time.
|
||
|
func _ready():
|
||
|
pass # Replace with function body.
|
||
|
|
||
|
|
||
|
|