You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
4.1 KiB
Plaintext
145 lines
4.1 KiB
Plaintext
[gd_scene load_steps=14 format=3 uid="uid://126wph4owvoy"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cwhu1ec03t3c8" path="res://resource/ui/hud/headbar_hp_empty.png" id="1_flgf6"]
|
|
[ext_resource type="Script" path="res://script/ui/hud/hud_page.gd" id="1_t7dgf"]
|
|
[ext_resource type="Texture2D" uid="uid://b4ly1exl0owck" path="res://resource/ui/hud/headbar_hp.png" id="2_sktwb"]
|
|
[ext_resource type="Script" path="res://script/ui/hud/headbar_page.gd" id="3_6chl0"]
|
|
[ext_resource type="Script" path="res://script/ui/hud/loading_page.gd" id="4_jqajt"]
|
|
[ext_resource type="Texture2D" uid="uid://xogtpwyb862f" path="res://resource/ui/hud/_hud_design.png" id="5_qqrb8"]
|
|
[ext_resource type="Script" path="res://script/ui/hud/lock.gd" id="5_usy8x"]
|
|
[ext_resource type="Texture2D" uid="uid://dx2vp753yvh4y" path="res://render/texture/shape/lock.png" id="6_hmslt"]
|
|
|
|
[sub_resource type="Animation" id="Animation_ikdwl"]
|
|
resource_name = "rotate"
|
|
loop_mode = 1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Lock:rotation")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [0.0, 6.28319]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_wbtxq"]
|
|
_data = {
|
|
"rotate": SubResource("Animation_ikdwl")
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_4kxot"]
|
|
resource_name = "end"
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("ColorRect:color")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_x6v17"]
|
|
resource_name = "start"
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("ColorRect:color")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.2),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_fofuj"]
|
|
_data = {
|
|
"end": SubResource("Animation_4kxot"),
|
|
"start": SubResource("Animation_x6v17")
|
|
}
|
|
|
|
[node name="HudScreen" type="CanvasLayer"]
|
|
|
|
[node name="HudPage" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_t7dgf")
|
|
|
|
[node name="HudDesign" type="Sprite2D" parent="HudPage"]
|
|
position = Vector2(320, 180)
|
|
texture = ExtResource("5_qqrb8")
|
|
|
|
[node name="Player" type="Control" parent="HudPage"]
|
|
anchors_preset = 0
|
|
offset_left = 29.0
|
|
offset_top = 29.0
|
|
offset_right = 29.0
|
|
offset_bottom = 29.0
|
|
|
|
[node name="HpBar" type="TextureProgressBar" parent="HudPage/Player"]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = -13.0
|
|
offset_top = -13.0
|
|
offset_right = 51.0
|
|
offset_bottom = 3.0
|
|
value = 50.0
|
|
stretch_margin_left = 10
|
|
stretch_margin_top = 10
|
|
stretch_margin_right = 10
|
|
stretch_margin_bottom = 10
|
|
texture_under = ExtResource("1_flgf6")
|
|
texture_progress = ExtResource("2_sktwb")
|
|
|
|
[node name="LockItem" type="Control" parent="HudPage"]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
scale = Vector2(0.5, 0.5)
|
|
script = ExtResource("5_usy8x")
|
|
|
|
[node name="Lock" type="Sprite2D" parent="HudPage/LockItem"]
|
|
position = Vector2(656, 320)
|
|
texture = ExtResource("6_hmslt")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="HudPage/LockItem"]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_wbtxq")
|
|
}
|
|
|
|
[node name="HeadBarPage" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("3_6chl0")
|
|
|
|
[node name="LoadingPage" type="Control" parent="."]
|
|
visible = false
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("4_jqajt")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="LoadingPage"]
|
|
layout_mode = 0
|
|
offset_right = 640.0
|
|
offset_bottom = 360.0
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="LoadingPage"]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_fofuj")
|
|
}
|