Vermilion

This commit is contained in:
Rendo 2026-04-23 20:23:43 +05:00
commit 25d176a3df
15 changed files with 20 additions and 9 deletions

View file

@ -5,11 +5,11 @@ func _ready() -> void:
$ConfirmationDialog.confirmed.connect(LabRuntime.end_lab)
func _on_tab_clicked(tab: int) -> void:
if tab == 1:
if tab == 0:
$Questions.visible = true
elif LabRuntime.questions_anwsered():
match tab:
0:
1:
$Worktabs.visible = true
2:
$ConfirmationDialog.popup_centered()