Minor issue with the ingame display fixed, again, not sure how I missed THAT.

This commit is contained in:
Patrick_Pluto 2024-06-16 22:28:13 +02:00
parent 7d331f0883
commit e1ce830b19

View file

@ -22,8 +22,8 @@ func stats():
get_node(objectName).stop()
$"../back".disabled = false
$"../back".visible = true
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(1).text = str(playerIndex-1)
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(1).editable = false
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(0).text = str(playerIndex-1)
$"../characterViewer/ScrollContainer/VBoxContainer".get_child(0).editable = false
$"../characterViewer"._on_button_pressed()
func restart():