Refactor pause and settings menu input handling to use UiManager for screen management

This commit is contained in:
2025-05-25 05:15:19 +02:00
parent 37bd6251c2
commit dd921e3396
6 changed files with 75 additions and 44 deletions

6
objects/ui_manager.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dyjumgjkqrufa"]
[ext_resource type="Script" uid="uid://vmhlsc3fu3bn" path="res://autoloads/ui_manager.gd" id="1_53w4j"]
[node name="UiManager" type="Node"]
script = ExtResource("1_53w4j")