From 395c25b1fbe51f42decf402f97e51eabcc8c0a77 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 18 Jun 2023 16:43:22 +0200 Subject: Godot v3 -> v4 --- UI/HUD/Timer.tscn | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'UI/HUD/Timer.tscn') diff --git a/UI/HUD/Timer.tscn b/UI/HUD/Timer.tscn index 93a3512..983b3d4 100644 --- a/UI/HUD/Timer.tscn +++ b/UI/HUD/Timer.tscn @@ -1,13 +1,6 @@ -[gd_scene format=2] +[gd_scene format=3 uid="uid://cch42nnvwpi67"] [node name="Timer" type="Label"] -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 10.0 -margin_top = 10.0 -margin_right = 10.0 -margin_bottom = 10.0 +offset_right = 51.0 +offset_bottom = 26.0 text = "0.00s" -__meta__ = { -"_edit_use_anchors_": false -} -- cgit v1.2.3