diff options
author | Daniel Weipert <code@drogueronin.de> | 2020-12-31 11:33:12 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2020-12-31 11:33:12 +0100 |
commit | fb64f15e22acfc1c03c7c5357dd66077454adbcf (patch) | |
tree | 96cdbb8f59bd65609aa76276dfba94f9cdad33d4 /UI/HUD |
Initial commit
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 +} |