mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
6 lines
124 B
GDScript
6 lines
124 B
GDScript
extends Node2D
|
|
|
|
func _on_switch_pressed():
|
|
$CanvasLayer/Switch.hide()
|
|
background_load.load_scene("res://sculptures.tscn")
|