fixed toolbox menu issue

This commit is contained in:
2026-02-06 11:02:38 +01:00
parent 66a71067cc
commit e8ff01e097
7 changed files with 15 additions and 6 deletions

View File

@@ -34,4 +34,5 @@ func add_levels_to_container() -> void:
func _on_level_buttons_container_item_activated(index: int) -> void:
var level_to_load = scene_lister.files.get(index)
level_selected.emit()
SceneLoader.load_scene(level_to_load)