Merge pull request #6 from Excello-Recherche-Education/crabs_minigames_rework

Crabs minigames rework
This commit is contained in:
Sarrazyn Dylan
2024-10-10 11:34:02 +02:00
committed by GitHub
3 changed files with 28 additions and 24 deletions
File diff suppressed because one or more lines are too long
+16 -11
View File
@@ -29,11 +29,26 @@ func _ready() -> void:
"help": "",
"end": "",
},
"caterpillar": {
"intro": "",
"help": "",
"end": "",
},
"crabs": {
"intro": "",
"help": "",
"end": "",
},
"fish": {
"intro": "",
"intro_test_game_first_word": "",
"lose_test_game_first_word": "",
"win_test_game_first_word": "",
"lose_test_game_second_word": "",
"win_test_game_second_word": "",
"end": "",
"lose": "",
},
"frog": {
"intro": "",
"help": "",
@@ -54,20 +69,10 @@ func _ready() -> void:
"help": "",
"end": "",
},
"caterpillar": {
"penguin":{
"intro": "",
"help": "",
"end": "",
},
"fish": {
"intro": "",
"intro_test_game_first_word": "",
"lose_test_game_first_word": "",
"win_test_game_first_word": "",
"lose_test_game_second_word": "",
"win_test_game_second_word": "",
"end": "",
"lose": "",
}
}
@@ -15,7 +15,6 @@ point_count = 6
[node name="TurtlesMinigame" instance=ExtResource("1_geqym")]
script = ExtResource("2_f5de7")
minigame_name = "turtles"
lesson_nb = 10
difficulty = 0
max_number_of_lives = 5