summaryrefslogtreecommitdiff
path: root/UI/HUD
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2020-12-31 11:33:12 +0100
committerDaniel Weipert <code@drogueronin.de>2020-12-31 11:33:12 +0100
commitfb64f15e22acfc1c03c7c5357dd66077454adbcf (patch)
tree96cdbb8f59bd65609aa76276dfba94f9cdad33d4 /UI/HUD
Initial commit
Diffstat (limited to 'UI/HUD')
-rw-r--r--UI/HUD/Timer.tscn13
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
+}