Pixture/HUD.tscn
2021-01-06 16:34:30 +01:00

42 lines
901 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/fonts/Xolonium-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://HUD.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 25
font_data = ExtResource( 1 )
[node name="HUD" type="CanvasLayer"]
script = ExtResource( 2 )
[node name="ScoreTimer" type="Timer" parent="."]
autostart = true
[node name="Score" type="Label" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -40.0
margin_bottom = 31.0
custom_fonts/font = SubResource( 1 )
text = "0"
align = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="State" type="Label" parent="."]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -40.0
margin_top = -15.5
margin_bottom = 15.5
grow_horizontal = 0
custom_fonts/font = SubResource( 1 )
align = 2
__meta__ = {
"_edit_use_anchors_": false
}