mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-25 15:29:26 +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
|