tentatives de fixer cette ui de mort
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 8m12s

This commit is contained in:
2025-10-26 19:06:37 +01:00
parent ef33336975
commit 919236a388
14 changed files with 380 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ extends Node
@export var pause:GUIDEAction
func _ready() -> void:
GUIDE.enable_mapping_context(base_mode)
# GUIDE.enable_mapping_context(base_mode)
pause.triggered.connect(on_input_pause)