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.

147 lines
3.9 KiB
Plaintext

8 months ago
[gd_scene load_steps=8 format=3 uid="uid://dfjudjr7aq205"]
2 years ago
8 months ago
[ext_resource type="Script" uid="uid://bdn2thgpe341e" path="res://script/ui/hud/core_item_sub.gd" id="1_bnq6k"]
2 years ago
[ext_resource type="Texture2D" uid="uid://dcld8q2hgpwji" path="res://resource/ui/hud/skill_slot.png" id="2_bl1f4"]
8 months ago
[ext_resource type="Shader" uid="uid://ir3mx1s7b5t2" path="res://render/shader/ui_skill_icon.gdshader" id="3_lbcyi"]
2 years ago
[ext_resource type="Texture2D" uid="uid://clh4rxsuj5hh4" path="res://resource/ui/hud/skill_icon_mask.png" id="4_ccxg7"]
[ext_resource type="Texture2D" uid="uid://1s8mmat4sj4j" path="res://resource/ui/icon/skill/default.png" id="5_p7y4q"]
8 months ago
[ext_resource type="Texture2D" uid="uid://0put8pscss6d" path="res://resource/ui/hud/skill_name.png" id="6_6bbkq"]
2 years ago
[sub_resource type="ShaderMaterial" id="ShaderMaterial_vtxiw"]
shader = ExtResource("3_lbcyi")
shader_parameter/mask_texture = ExtResource("4_ccxg7")
2 years ago
[node name="Core" type="Control"]
2 years ago
layout_mode = 3
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -80.0
offset_top = -16.0
offset_right = -48.0
offset_bottom = 16.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(16, 16)
script = ExtResource("1_bnq6k")
2 years ago
8 months ago
[node name="CoreNameRight" type="Control" parent="."]
visible = false
anchors_preset = 0
offset_top = -1.0
offset_right = 40.0
offset_bottom = 39.0
[node name="CoreNamePanelRight" type="TextureRect" parent="CoreNameRight"]
modulate = Color(1, 1, 1, 0)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -4.0
offset_top = -4.0
offset_right = 92.0
offset_bottom = 12.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_6bbkq")
[node name="CoreNameLabelRight" type="Label" parent="CoreNameRight"]
modulate = Color(1, 1, 1, 0)
layout_mode = 0
offset_left = 33.0
offset_top = 18.0
offset_right = 105.0
offset_bottom = 32.0
theme_override_font_sizes/font_size = 8
text = "技能名"
clip_text = true
[node name="CoreMpCostRight" type="HBoxContainer" parent="CoreNameRight"]
modulate = Color(1, 1, 1, 0)
layout_mode = 0
offset_left = 34.0
offset_top = 11.0
offset_right = 74.0
offset_bottom = 18.0
theme_override_constants/separation = -5
[node name="CoreNameLeft" type="Control" parent="."]
anchors_preset = 0
offset_top = -1.0
offset_right = 40.0
offset_bottom = 39.0
[node name="CoreNamePanelLeft" type="TextureRect" parent="CoreNameLeft"]
modulate = Color(1, 1, 1, 0)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -100.0
offset_top = -4.0
offset_right = -4.0
offset_bottom = 12.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_6bbkq")
flip_h = true
[node name="CoreNameLabelLeft" type="Label" parent="CoreNameLeft"]
modulate = Color(1, 1, 1, 0)
layout_mode = 0
offset_left = -72.0
offset_top = 18.0
offset_bottom = 32.0
theme_override_font_sizes/font_size = 8
text = "技能名"
horizontal_alignment = 2
clip_text = true
[node name="CoreMpCostLeft" type="HBoxContainer" parent="CoreNameLeft"]
modulate = Color(1, 1, 1, 0)
layout_mode = 0
offset_left = -39.0
offset_top = 11.0
offset_right = 1.0
offset_bottom = 18.0
theme_override_constants/separation = -5
alignment = 2
2 years ago
[node name="CoreSlot" type="TextureRect" parent="."]
2 years ago
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -16.0
offset_top = -16.0
offset_right = 16.0
offset_bottom = 16.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_bl1f4")
2 years ago
[node name="CoreIcon" type="TextureRect" parent="."]
2 years ago
material = SubResource("ShaderMaterial_vtxiw")
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -16.0
offset_top = -16.0
offset_right = 16.0
offset_bottom = 16.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("5_p7y4q")