7 lines
59 B
GDScript3
7 lines
59 B
GDScript3
|
extends Control
|
||
|
|
||
|
var from_scene_name
|
||
|
|
||
|
func _ready():
|
||
|
pass
|