A Third-Person-Shooter Godot game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

67 lines
1.5 KiB

[gd_scene load_steps=5 format=2]
[ext_resource path="res://menu/font/PT_Sans-Web-Bold.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://player/ui/HUDMessage.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=59]
size = 21
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=60]
size = 15
use_filter = true
extra_spacing_bottom = -6
font_data = ExtResource( 1 )
[node name="Achievement" type="ColorRect"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -146.5
margin_right = 146.5
margin_bottom = 65.0
grow_horizontal = 2
mouse_filter = 2
color = Color( 0, 0, 0, 0.25 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -146.5
margin_top = -2.0
margin_right = 146.5
margin_bottom = 27.0
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_fonts/font = SubResource( 59 )
text = "Achievement: "
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Desc" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -146.5
margin_top = 24.0
margin_right = 146.5
margin_bottom = 65.0
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_fonts/font = SubResource( 60 )
text = "This is the description. It describes the thing.
Here is an example."
align = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Timer" type="Timer" parent="."]
wait_time = 5.0
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]