ajout d'une alerte de réussite/échec

This commit is contained in:
2026-02-27 00:52:11 +01:00
parent 8b3d5a98e1
commit add394d968
12 changed files with 396 additions and 119 deletions

View File

@@ -107,9 +107,10 @@ func _process(_d):
func finish_tutorial():
GameInfo.game_data.tutorial_done = true
region.data.state = RegionData.State.SUCCEEDED
region.data.update()
succeded.emit()
class Step:
var text : String : get = get_text