hud设计

master
chendian 2 years ago
parent 729cfc29e6
commit f46d3aea08

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://xogtpwyb862f"
path="res://.godot/imported/_hud_design.png-ae77ffe3fcfb3dddb8957a9750a2a2ce.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resource/ui/hud/_hud_design.png"
dest_files=["res://.godot/imported/_hud_design.png-ae77ffe3fcfb3dddb8957a9750a2a2ce.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=0
compress/normal_map=2
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=false
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

@ -1,9 +1,10 @@
[gd_scene load_steps=8 format=3 uid="uid://126wph4owvoy"]
[gd_scene load_steps=9 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="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"]
[sub_resource type="Animation" id="Animation_4kxot"]
resource_name = "end"
@ -57,6 +58,7 @@ 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
@ -70,6 +72,10 @@ stretch_margin_bottom = 10
texture_under = ExtResource("1_flgf6")
texture_progress = ExtResource("2_sktwb")
[node name="HudDesign" type="Sprite2D" parent="HudPage/Player"]
position = Vector2(291, 151)
texture = ExtResource("5_qqrb8")
[node name="HeadBarPage" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
@ -78,6 +84,7 @@ 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

Loading…
Cancel
Save