status screen

master
chendian 2 years ago
parent 75bdca6884
commit 04f4b2514f

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dv44t320sl17a"
path="res://.godot/imported/core_background.png-d6f5114381eace0619435708f8428441.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resource/ui/status/core_background.png"
dest_files=["res://.godot/imported/core_background.png-d6f5114381eace0619435708f8428441.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b3sg6oqjqu3hq"
path="res://.godot/imported/core_icon_mask.png-09b0ae9491bb4cd1e9e7551cb9ff05ab.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resource/ui/status/core_icon_mask.png"
dest_files=["res://.godot/imported/core_icon_mask.png-09b0ae9491bb4cd1e9e7551cb9ff05ab.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jw34b8y8yjd1"
path="res://.godot/imported/core_slot.png-ec8cc0a2f927dfcd31643083220b0839.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resource/ui/status/core_slot.png"
dest_files=["res://.godot/imported/core_slot.png-ec8cc0a2f927dfcd31643083220b0839.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,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://eoydwrunmm5n"]
[gd_scene load_steps=12 format=3 uid="uid://eoydwrunmm5n"]
[ext_resource type="Script" path="res://script/manager/game_manager.gd" id="1_q2t80"]
[ext_resource type="Script" path="res://script/manager/level_manager.gd" id="2_ewhkj"]
@ -9,6 +9,7 @@
[ext_resource type="PackedScene" uid="uid://cc525u8auypjf" path="res://scene/ui/profile_screen.tscn" id="6_u1fxn"]
[ext_resource type="PackedScene" uid="uid://126wph4owvoy" path="res://scene/ui/hud_screen.tscn" id="7_gx646"]
[ext_resource type="Script" path="res://script/manager/effect_manager.gd" id="8_0jv87"]
[ext_resource type="PackedScene" uid="uid://b78dbmcsioaa4" path="res://scene/ui/status_screen.tscn" id="9_bki0o"]
[ext_resource type="PackedScene" uid="uid://io1yfgjm480t" path="res://scene/effect/particle/particle_hit_normal.tscn" id="10_6naak"]
[node name="Root" type="Node3D"]
@ -55,6 +56,8 @@ script = ExtResource("8_0jv87")
[node name="HudScreen" parent="GameManager/UIManager" instance=ExtResource("7_gx646")]
[node name="StatusScreen" parent="GameManager/UIManager" instance=ExtResource("9_bki0o")]
[node name="EditorTool" type="Node3D" parent="."]
script = ExtResource("5_n3qhi")

@ -224,9 +224,9 @@ script = ExtResource("7_3g1k3")
[node name="SkillItem" type="Control" parent="HudPage"]
anchors_preset = 0
offset_left = 560.0
offset_top = 288.0
offset_top = 304.0
offset_right = 592.0
offset_bottom = 320.0
offset_bottom = 336.0
pivot_offset = Vector2(16, 16)
script = ExtResource("12_s7xys")

@ -0,0 +1,260 @@
[gd_scene load_steps=4 format=3 uid="uid://b78dbmcsioaa4"]
[ext_resource type="Texture2D" uid="uid://dv44t320sl17a" path="res://resource/ui/status/core_background.png" id="1_cdsc7"]
[ext_resource type="Script" path="res://script/ui/hud/skill_item.gd" id="14_bi1a8"]
[ext_resource type="PackedScene" uid="uid://dfjudjr7aq205" path="res://scene/ui/item/skill_item.tscn" id="15_o3ry4"]
[node name="StatusScreen" type="CanvasLayer"]
[node name="TabContainer" type="TabContainer" parent="."]
offset_left = 48.0
offset_top = 16.0
offset_right = 592.0
offset_bottom = 344.0
[node name="StatusSkillPage" type="Control" parent="TabContainer"]
layout_mode = 2
[node name="SkillItem" type="Control" parent="TabContainer/StatusSkillPage"]
layout_mode = 3
anchors_preset = 0
offset_left = 312.0
offset_top = 33.0
offset_right = 344.0
offset_bottom = 65.0
pivot_offset = Vector2(16, 16)
script = ExtResource("14_bi1a8")
[node name="SkillLeft" parent="TabContainer/StatusSkillPage/SkillItem" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -40.0
offset_right = -8.0
[node name="SkillRight" parent="TabContainer/StatusSkillPage/SkillItem" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 8.0
offset_right = 40.0
[node name="SkillUp" parent="TabContainer/StatusSkillPage/SkillItem" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = -32.0
offset_right = 16.0
offset_bottom = 0.0
[node name="SkillDown" parent="TabContainer/StatusSkillPage/SkillItem" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = 0.0
offset_right = 16.0
offset_bottom = 32.0
[node name="SkillItem2" type="Control" parent="TabContainer/StatusSkillPage"]
layout_mode = 3
anchors_preset = 0
offset_left = 408.0
offset_top = 33.0
offset_right = 440.0
offset_bottom = 65.0
pivot_offset = Vector2(16, 16)
script = ExtResource("14_bi1a8")
[node name="SkillLeft" parent="TabContainer/StatusSkillPage/SkillItem2" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -40.0
offset_right = -8.0
[node name="SkillRight" parent="TabContainer/StatusSkillPage/SkillItem2" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 8.0
offset_right = 40.0
[node name="SkillUp" parent="TabContainer/StatusSkillPage/SkillItem2" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = -32.0
offset_right = 16.0
offset_bottom = 0.0
[node name="SkillDown" parent="TabContainer/StatusSkillPage/SkillItem2" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = 0.0
offset_right = 16.0
offset_bottom = 32.0
[node name="SkillItem3" type="Control" parent="TabContainer/StatusSkillPage"]
layout_mode = 3
anchors_preset = 0
offset_left = 288.0
offset_top = 105.0
offset_right = 320.0
offset_bottom = 137.0
pivot_offset = Vector2(16, 16)
script = ExtResource("14_bi1a8")
[node name="SkillLeft" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -40.0
offset_right = -8.0
[node name="SkillRight" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 8.0
offset_right = 40.0
[node name="SkillUp" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = -32.0
offset_right = 16.0
offset_bottom = 0.0
[node name="SkillDown" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = -16.0
offset_top = 0.0
offset_right = 16.0
offset_bottom = 32.0
[node name="SkillRight2" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 56.0
offset_right = 88.0
[node name="SkillUp2" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 32.0
offset_top = -32.0
offset_right = 64.0
offset_bottom = 0.0
[node name="SkillDown2" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 32.0
offset_top = 0.0
offset_right = 64.0
offset_bottom = 32.0
[node name="SkillRight3" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 104.0
offset_right = 136.0
[node name="SkillUp3" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 80.0
offset_top = -32.0
offset_right = 112.0
offset_bottom = 0.0
[node name="SkillDown3" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 80.0
offset_top = 0.0
offset_right = 112.0
offset_bottom = 32.0
[node name="SkillRight4" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 152.0
offset_right = 184.0
[node name="SkillUp4" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 128.0
offset_top = -32.0
offset_right = 160.0
offset_bottom = 0.0
[node name="SkillDown4" parent="TabContainer/StatusSkillPage/SkillItem3" instance=ExtResource("15_o3ry4")]
layout_mode = 1
offset_left = 128.0
offset_top = 0.0
offset_right = 160.0
offset_bottom = 32.0
[node name="CoreItem" type="Control" parent="TabContainer/StatusSkillPage"]
anchors_preset = 0
offset_left = 24.0
offset_top = 1.0
offset_right = 64.0
offset_bottom = 41.0
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/StatusSkillPage/CoreItem"]
layout_mode = 0
offset_top = 32.0
offset_right = 204.0
offset_bottom = 280.0
horizontal_scroll_mode = 0
vertical_scroll_mode = 2
[node name="CoreList" type="VBoxContainer" parent="TabContainer/StatusSkillPage/CoreItem/ScrollContainer"]
layout_mode = 2
[node name="Core" type="Control" parent="TabContainer/StatusSkillPage/CoreItem/ScrollContainer/CoreList"]
custom_minimum_size = Vector2(192, 32)
layout_mode = 2
[node name="CoreBackground" type="TextureRect" parent="TabContainer/StatusSkillPage/CoreItem/ScrollContainer/CoreList/Core"]
layout_mode = 0
offset_right = 192.0
offset_bottom = 32.0
texture = ExtResource("1_cdsc7")
expand_mode = 1
[node name="Skill" parent="TabContainer/StatusSkillPage/CoreItem/ScrollContainer/CoreList/Core" instance=ExtResource("15_o3ry4")]
layout_mode = 1
anchors_preset = 4
anchor_left = 0.0
anchor_right = 0.0
offset_left = 0.0
offset_right = 32.0
grow_horizontal = 1
[node name="CoreName" type="Label" parent="TabContainer/StatusSkillPage/CoreItem/ScrollContainer/CoreList/Core"]
layout_mode = 0
offset_left = 45.0
offset_top = 3.0
offset_right = 85.0
offset_bottom = 25.0
theme_override_font_sizes/font_size = 15
text = "Core name"
[node name="CoreDetailItem" type="Control" parent="TabContainer/StatusSkillPage"]
anchors_preset = 0
offset_left = 280.0
offset_top = 169.0
offset_right = 320.0
offset_bottom = 209.0
[node name="Background" type="TextureRect" parent="TabContainer/StatusSkillPage/CoreDetailItem"]
layout_mode = 0
offset_right = 192.0
offset_bottom = 32.0
texture = ExtResource("1_cdsc7")
expand_mode = 1
[node name="Skill" parent="TabContainer/StatusSkillPage/CoreDetailItem" instance=ExtResource("15_o3ry4")]
layout_mode = 1
anchors_preset = 4
anchor_left = 0.0
anchor_right = 0.0
offset_left = 0.0
offset_top = -20.0
offset_right = 32.0
offset_bottom = 12.0
grow_horizontal = 1
[node name="CoreName" type="Label" parent="TabContainer/StatusSkillPage/CoreDetailItem"]
layout_mode = 0
offset_left = 45.0
offset_top = 3.0
offset_right = 124.0
offset_bottom = 25.0
theme_override_font_sizes/font_size = 15
text = "Core name"
[node name="StatusMapPage" type="Control" parent="TabContainer"]
visible = false
layout_mode = 2
Loading…
Cancel
Save