Move Time Label

This commit is contained in:
Exobyt 2024-08-20 14:53:58 +02:00
parent 3abb73670a
commit 71cbf96618
3 changed files with 19 additions and 29 deletions

View file

@ -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: