6 lines
50 B
GDScript3
6 lines
50 B
GDScript3
|
|
extends Control
|
||
|
|
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
pass
|