Merge pull request #6 from Excello-Recherche-Education/crabs_minigames_rework
Crabs minigames rework
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user