|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://126wph4owvoy"]
|
|
|
|
|
[gd_scene load_steps=16 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"]
|
|
|
|
|
@ -8,6 +8,7 @@
|
|
|
|
|
[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_item.gd" id="5_usy8x"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dx2vp753yvh4y" path="res://render/texture/shape/lock.png" id="6_hmslt"]
|
|
|
|
|
[ext_resource type="Shader" path="res://render/shader/loading.gdshader" id="9_lv4gd"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Animation" id="Animation_ikdwl"]
|
|
|
|
|
resource_name = "rotate"
|
|
|
|
|
@ -30,34 +31,42 @@ _data = {
|
|
|
|
|
"rotate": SubResource("Animation_ikdwl")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_b5bdl"]
|
|
|
|
|
shader = ExtResource("9_lv4gd")
|
|
|
|
|
shader_parameter/in_color = null
|
|
|
|
|
shader_parameter/position = -2.0
|
|
|
|
|
shader_parameter/size = Vector2(32, 32)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Animation" id="Animation_4kxot"]
|
|
|
|
|
resource_name = "end"
|
|
|
|
|
length = 0.4
|
|
|
|
|
tracks/0/type = "value"
|
|
|
|
|
tracks/0/imported = false
|
|
|
|
|
tracks/0/enabled = true
|
|
|
|
|
tracks/0/path = NodePath("ColorRect:color")
|
|
|
|
|
tracks/0/path = NodePath(".:duration")
|
|
|
|
|
tracks/0/interp = 1
|
|
|
|
|
tracks/0/loop_wrap = true
|
|
|
|
|
tracks/0/keys = {
|
|
|
|
|
"times": PackedFloat32Array(0, 0.3),
|
|
|
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
|
|
|
"times": PackedFloat32Array(0, 0.1, 0.4),
|
|
|
|
|
"transitions": PackedFloat32Array(1, 1, 1),
|
|
|
|
|
"update": 0,
|
|
|
|
|
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)]
|
|
|
|
|
"values": [-2.0, -2.0, 1.0]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Animation" id="Animation_x6v17"]
|
|
|
|
|
resource_name = "start"
|
|
|
|
|
length = 0.3
|
|
|
|
|
tracks/0/type = "value"
|
|
|
|
|
tracks/0/imported = false
|
|
|
|
|
tracks/0/enabled = true
|
|
|
|
|
tracks/0/path = NodePath("ColorRect:color")
|
|
|
|
|
tracks/0/path = NodePath(".:duration")
|
|
|
|
|
tracks/0/interp = 1
|
|
|
|
|
tracks/0/loop_wrap = true
|
|
|
|
|
tracks/0/keys = {
|
|
|
|
|
"times": PackedFloat32Array(0, 0.2),
|
|
|
|
|
"times": PackedFloat32Array(0, 0.3),
|
|
|
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
|
|
|
"update": 0,
|
|
|
|
|
"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
|
|
|
|
|
"values": [1.0, -2.0]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_fofuj"]
|
|
|
|
|
@ -126,14 +135,15 @@ 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")
|
|
|
|
|
duration = -1.5
|
|
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="LoadingPage"]
|
|
|
|
|
material = SubResource("ShaderMaterial_b5bdl")
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 640.0
|
|
|
|
|
offset_bottom = 360.0
|
|
|
|
|
|