diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-06-18 16:43:22 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-06-18 16:43:22 +0200 |
commit | 395c25b1fbe51f42decf402f97e51eabcc8c0a77 (patch) | |
tree | 72a17c71a39b53d328a76e111ae205d9538d64d0 /UI/HUD/Timer.tscn | |
parent | 2686ec6d4af6b5437a5f5a5cac008f3d38295f78 (diff) |
Godot v3 -> v4
Diffstat (limited to 'UI/HUD/Timer.tscn')
-rw-r--r-- | UI/HUD/Timer.tscn | 13 |
1 files changed, 3 insertions, 10 deletions
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 -} |