forked from interstellar_development/freettrpg
Minor issue with the ingame display fixed, again, not sure how I missed THAT.
This commit is contained in:
parent
7d331f0883
commit
e1ce830b19
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ func stats():
|
||||||
get_node(objectName).stop()
|
get_node(objectName).stop()
|
||||||
$"../back".disabled = false
|
$"../back".disabled = false
|
||||||
$"../back".visible = true
|
$"../back".visible = true
|
||||||
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(1).text = str(playerIndex-1)
|
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(0).text = str(playerIndex-1)
|
||||||
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(1).editable = false
|
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(0).editable = false
|
||||||
$"../characterViewer"._on_button_pressed()
|
$"../characterViewer"._on_button_pressed()
|
||||||
|
|
||||||
func restart():
|
func restart():
|
||||||
|
|
Loading…
Reference in a new issue