5 lines
67 B
GDScript3
5 lines
67 B
GDScript3
|
extends Area2D
|
||
|
|
||
|
func _ready():
|
||
|
pass # Replace with function body.
|