mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
9 lines
107 B
GDScript3
9 lines
107 B
GDScript3
|
extends HBoxContainer
|
||
|
|
||
|
var prev_menu
|
||
|
|
||
|
|
||
|
func _on_Back_pressed():
|
||
|
prev_menu.visible = true
|
||
|
visible = false
|