Merge branch 'Rycarus_Level_4' into dev

This commit is contained in:
Fabio 2024-08-20 16:04:47 +02:00
commit 4bce0a3ecf
18 changed files with 665 additions and 103 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()