Move Time Label
This commit is contained in:
parent
3abb73670a
commit
71cbf96618
3 changed files with 19 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
extends Camera2D
|
||||
|
||||
@onready var scoreLabel = $CanvasLayer/Control/HBoxContainer/ScoreValue
|
||||
@onready var timeLabel = $CanvasLayer/Control/HBoxContainer2/TimeValue
|
||||
@onready var scoreLabel = $CanvasLayer/Control/VBoxContainer/HBoxContainer/ScoreValue
|
||||
@onready var timeLabel = $CanvasLayer/Control/VBoxContainer/HBoxContainer2/TimeValue
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue