|
@@ -3,8 +3,6 @@
|
|
|
[ext_resource path="res://component/ui/hud/HUD.gd" type="Script" id=1]
|
|
|
[ext_resource path="res://component/ui/hud/map_set.png" type="Texture" id=2]
|
|
|
|
|
|
-
|
|
|
-
|
|
|
[sub_resource type="DynamicFontData" id=1]
|
|
|
font_path = "res://component/ui/Xolonium-Regular.ttf"
|
|
|
|
|
@@ -21,23 +19,23 @@ font_path = "res://component/ui/Xolonium-Regular.ttf"
|
|
|
size = 80
|
|
|
font_data = SubResource( 3 )
|
|
|
|
|
|
-[sub_resource type="InputEventAction" id=12]
|
|
|
+[sub_resource type="InputEventAction" id=5]
|
|
|
action = "ui_select"
|
|
|
|
|
|
-[sub_resource type="ShortCut" id=13]
|
|
|
-shortcut = SubResource( 12 )
|
|
|
+[sub_resource type="ShortCut" id=6]
|
|
|
+shortcut = SubResource( 5 )
|
|
|
|
|
|
-[sub_resource type="AtlasTexture" id=9]
|
|
|
+[sub_resource type="AtlasTexture" id=7]
|
|
|
flags = 4
|
|
|
atlas = ExtResource( 2 )
|
|
|
region = Rect2( 16, 1865, 914, 471 )
|
|
|
|
|
|
-[sub_resource type="AtlasTexture" id=10]
|
|
|
+[sub_resource type="AtlasTexture" id=8]
|
|
|
flags = 4
|
|
|
atlas = ExtResource( 2 )
|
|
|
region = Rect2( -1, 1275, 915, 471 )
|
|
|
|
|
|
-[sub_resource type="AtlasTexture" id=11]
|
|
|
+[sub_resource type="AtlasTexture" id=9]
|
|
|
flags = 4
|
|
|
atlas = ExtResource( 2 )
|
|
|
region = Rect2( 1073, 1283, 914, 472 )
|
|
@@ -56,12 +54,15 @@ align = 1
|
|
|
anchor_top = 0.5
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 0.5
|
|
|
-margin_top = -148.5
|
|
|
-margin_bottom = 148.5
|
|
|
+margin_top = -270.5
|
|
|
+margin_bottom = 26.5
|
|
|
custom_fonts/font = SubResource( 4 )
|
|
|
-text = "Dodge the creeps!"
|
|
|
+text = "Help Martinus!"
|
|
|
align = 1
|
|
|
autowrap = true
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
|
|
|
[node name="MessageTimer" type="Timer" parent="."]
|
|
|
wait_time = 2.15
|
|
@@ -73,10 +74,10 @@ anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
|
margin_top = -200.0
|
|
|
margin_bottom = -50.0
|
|
|
-shortcut = SubResource( 13 )
|
|
|
-texture_normal = SubResource( 9 )
|
|
|
-texture_pressed = SubResource( 10 )
|
|
|
-texture_hover = SubResource( 11 )
|
|
|
+shortcut = SubResource( 6 )
|
|
|
+texture_normal = SubResource( 7 )
|
|
|
+texture_pressed = SubResource( 8 )
|
|
|
+texture_hover = SubResource( 9 )
|
|
|
expand = true
|
|
|
stretch_mode = 5
|
|
|
|