Adds general conditions step and summary step to the register form. Adds devices summary to the teacher settings scene.

This commit is contained in:
Dylan Sarrazyn
2024-02-14 16:58:30 +01:00
parent d894e912d1
commit efaad2a0d0
24 changed files with 730 additions and 464 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ extends Control
const teacher_password : String = "42"
const back_scene_path: = "res://sources/menus/main/main_menu.tscn"
const next_scene_path: = "res://sources/menus/minigame_selection.tscn"
const teacher_scene_path: = "res://sources/menus/teacher/teacher_settings.tscn"
const teacher_scene_path: = "res://sources/menus/settings/teacher_settings.tscn"
const help_speech_path : String = "main_menu/audio/login_screen_help_code.mp3"
const wrong_password_speech_path : String = "main_menu/audio/login_screen_feedback_wrong_password.mp3"
const right_password_speech_path : String = "main_menu/audio/login_screen_feedback_right_password.mp3"