6 lines
58 B
GDScript3
6 lines
58 B
GDScript3
|
extends Control
|
||
|
|
||
|
var from_scene_name
|
||
|
|
||
|
func _ready():
|
||
|
pass
|