bugfixes for saving and layout

This commit is contained in:
zoe 2021-11-28 16:02:25 +01:00
parent c30cc4589e
commit 44d47888ca
11 changed files with 26 additions and 32 deletions

View file

@ -1,8 +1,8 @@
extends PanelContainer
onready var stage_label = $CenterContainer/HBoxContainer/VBoxContainer/StageName
onready var score = $CenterContainer/HBoxContainer/VBoxContainer/ScoreLabel
onready var play = $CenterContainer/HBoxContainer/VBoxContainer/PlayButton
onready var stage_label = $VBoxContainer/StageName
onready var score = $VBoxContainer/ScoreLabel
onready var play = $VBoxContainer/PlayButton
func _ready():
var _game_stats = GameStats.connect("current_stage_changed", self, "update_info")