diff options
Diffstat (limited to 'UI/HUD')
-rw-r--r-- | UI/HUD/Timer.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/UI/HUD/Timer.tscn b/UI/HUD/Timer.tscn new file mode 100644 index 0000000..93a3512 --- /dev/null +++ b/UI/HUD/Timer.tscn @@ -0,0 +1,13 @@ +[gd_scene format=2] + +[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 +text = "0.00s" +__meta__ = { +"_edit_use_anchors_": false +} |