[gd_scene load_steps=4 format=2] [ext_resource path="res://units/hud.png" type="Texture" id=1] [ext_resource path="res://theme/ui.tres" type="Theme" id=2] [ext_resource path="res://units/points.gd" type="Script" id=3] [node name="points" type="Sprite"] texture = ExtResource( 1 ) script = ExtResource( 3 ) [node name="hud" type="Control" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 theme = ExtResource( 2 ) __meta__ = { "_edit_group_": true, "_edit_use_anchors_": false } [node name="move" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -250.635 margin_top = -47.0 margin_right = -210.635 margin_bottom = 2.0 custom_colors/font_color = Color( 0.858824, 0.937255, 0.976471, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="hull" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -185.889 margin_top = -47.3972 margin_right = -145.889 margin_bottom = 1.60278 custom_colors/font_color = Color( 0.858824, 0.937255, 0.976471, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="shield" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -122.334 margin_top = -47.0 margin_right = -82.3343 margin_bottom = 2.0 custom_colors/font_color = Color( 0.858824, 0.937255, 0.976471, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="damage" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -57.1911 margin_top = -47.0 margin_right = -17.1911 margin_bottom = 2.0 custom_colors/font_color = Color( 0.858824, 0.937255, 0.976471, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false }