changed menu navigation

This commit is contained in:
Fabio 2024-08-20 00:41:10 +02:00
parent 9b890c6bd2
commit 033718351e
7 changed files with 248 additions and 33 deletions

View file

@ -1,6 +1,7 @@
extends Control
func _ready():
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
setup_level_box()
connect_level_selected_to_level_box()