mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
bugfixes for saving and layout
This commit is contained in:
parent
c30cc4589e
commit
44d47888ca
11 changed files with 26 additions and 32 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue