[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 = -258.899 margin_top = -52.2704 margin_right = -218.899 margin_bottom = -3.27041 custom_colors/font_color = Color( 0.976471, 0.968627, 0.858824, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="life" type="Label" parent="hud"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -197.264 margin_top = -52.2704 margin_right = -99.2635 margin_bottom = -3.27041 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 = -80.4546 margin_top = -52.2704 margin_right = -40.4546 margin_bottom = -3.27041 custom_colors/font_color = Color( 0.917647, 0.701961, 0.67451, 1 ) text = "0" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false }