commit d713ab68e793953b7aa85330aa6cf835507b8ec0 parent 1b5e225d8711a8d1f0f8f5d6cbb071a4bdc6a228 Author: Yuval Langer <yuvallangerontheroad@gmail.com> Date: Mon, 20 Sep 2021 21:26:11 +0300 Add missing HUD scene. Diffstat:
A | HUD.tscn | | | 32 | ++++++++++++++++++++++++++++++++ |
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/HUD.tscn b/HUD.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://HUD.gd" type="Script" id=1] + +[node name="HUD" type="Control"] +margin_right = 40.0 +margin_bottom = 40.0 +script = ExtResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SpeedHBoxContainer" type="HBoxContainer" parent="."] +margin_left = 447.357 +margin_top = 531.447 +margin_right = 522.357 +margin_bottom = 571.447 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="SpeedHBoxContainer"] +margin_top = 13.0 +margin_right = 43.0 +margin_bottom = 27.0 +text = "Speed:" + +[node name="SpeedLabel" type="Label" parent="SpeedHBoxContainer"] +margin_left = 47.0 +margin_top = 13.0 +margin_right = 47.0 +margin_bottom = 27.0