Vermilion
This commit is contained in:
parent
73a54900ff
commit
25d176a3df
15 changed files with 20 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue