1
0
Fork 0
spacetac/units/points.tscn

72 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-02-03 21:59:43 +00:00
[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 )
2020-02-03 21:59:43 +00:00
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 )
2020-02-03 21:59:43 +00:00
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
2020-02-03 21:59:43 +00:00
}
[node name="move" type="Label" parent="hud"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2020-02-24 00:02:11 +00:00
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 )
2020-02-03 21:59:43 +00:00
text = "0"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
2020-02-24 00:02:11 +00:00
[node name="life" type="Label" parent="hud"]
2020-02-03 21:59:43 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2020-02-24 00:02:11 +00:00
margin_left = -197.264
margin_top = -52.2704
margin_right = -99.2635
margin_bottom = -3.27041
2020-02-03 21:59:43 +00:00
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
2020-02-24 00:02:11 +00:00
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 )
2020-02-03 21:59:43 +00:00
text = "0"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}