mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-11 03:56:18 +00:00
8 lines
129 B
GDScript
8 lines
129 B
GDScript
extends ScrollContainer
|
|
|
|
func _on_install():
|
|
pass
|
|
|
|
func _start_mhk():
|
|
get_tree().change_scene_to_file("res://kart/entry.tscn")
|