6 lines
51 B
GDScript3
6 lines
51 B
GDScript3
|
extends Button
|
||
|
|
||
|
export(String) var scene_to_load
|
||
|
|
||
|
|