Bear, level selector (to be removed), new matador spawn, new bear level, saving config updates source files

This commit is contained in:
2026-08-23 17:33:15 +03:00
parent d749485126
commit b9e3147519
49 changed files with 2248 additions and 802 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ func _continue_to_map() -> void:
get_tree().paused = false
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
Run.complete_current_level()
get_tree().change_scene_to_file("res://MapScreen.tscn")
get_tree().change_scene_to_file("res://levels/MapScreen.tscn")
func _toggle_controls() -> void: