1
0
Fork 0
spacetac/units/points.tscn

92 lines
2 KiB
Plaintext

[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="Control"]
margin_left = -150.0
margin_right = 150.0
margin_bottom = 45.0
rect_pivot_offset = Vector2( 150, 22.5 )
theme = ExtResource( 2 )
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="hud" type="Sprite" parent="."]
position = Vector2( 150, 23 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_group_": true
}
[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
}