Clean code naming convention V4

This commit is contained in:
Adrien Ufferte
2025-06-09 19:48:18 +02:00
parent 8eabc9ea1b
commit beb04e5cc2
13 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func _ready() -> void:
func setup() -> void:
gp_list = Database.get_GP_for_lesson(lesson_nb, true, true)
gp_list = Database.get_gps_for_lesson(lesson_nb, true, true)
if gp_list.size() <= 0:
Logger.error("LookAndLearn: setup() did not found any GP for lesson " + str(lesson_nb))