sauvegarde des contrôles

This commit is contained in:
2026-02-06 10:53:34 +01:00
parent 96d1a4f4dd
commit 5722fbb437
4 changed files with 41 additions and 11 deletions

View File

@@ -43,4 +43,9 @@ const AVAILABLE_LANGUAGES_LABEL = [
@export var full_screen : bool = false :
set(v):
full_screen = v
video_changed.emit(self)
video_changed.emit(self)
#region ------------------ Controls ------------------
@export var action_remapped : Array[String] = []
@export var input_remapped : Array[InputEvent] = []