mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-16 08:32:29 +08:00
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
|
|
[gd_scene load_steps=5 format=3 uid="uid://ch81vd3awkmhk"]
|
||
|
|
|
||
|
|
[ext_resource type="Theme" uid="uid://bje5cd08dyok7" path="res://themes/bigTextAndBold.tres" id="2_y8dft"]
|
||
|
|
[ext_resource type="Script" path="res://scripts/Statemachine/WeaponName.gd" id="3_g750e"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_r88ap"]
|
||
|
|
font_size = 12
|
||
|
|
font_color = Color(1, 0.442751, 0, 1)
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_wsanh"]
|
||
|
|
font_size = 12
|
||
|
|
|
||
|
|
[node name="WeaponName" type="HBoxContainer"]
|
||
|
|
offset_right = 205.0
|
||
|
|
offset_bottom = 25.0
|
||
|
|
alignment = 1
|
||
|
|
script = ExtResource("3_g750e")
|
||
|
|
quality = 4
|
||
|
|
qualityColorMap = {
|
||
|
|
0: Color(0.5, 0.5, 0.5, 1),
|
||
|
|
1: Color(1, 1, 1, 1),
|
||
|
|
2: Color(0, 0.493446, 1, 1),
|
||
|
|
3: Color(0.507763, 0, 1, 1),
|
||
|
|
4: Color(1, 0.442751, 0, 1)
|
||
|
|
}
|
||
|
|
typeTopicColorMap = {
|
||
|
|
0: Color(1, 1, 1, 1),
|
||
|
|
1: Color(1, 0, 0, 1),
|
||
|
|
2: Color(0, 1, 1, 1)
|
||
|
|
}
|
||
|
|
metadata/_edit_horizontal_guides_ = [25.0]
|
||
|
|
|
||
|
|
[node name="quality" type="Label" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_vertical = 0
|
||
|
|
text = "[传说]"
|
||
|
|
label_settings = SubResource("LabelSettings_r88ap")
|
||
|
|
|
||
|
|
[node name="label" type="RichTextLabel" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
theme = ExtResource("2_y8dft")
|
||
|
|
bbcode_enabled = true
|
||
|
|
text = "[b]未命名武器[/b]"
|
||
|
|
fit_content = true
|
||
|
|
autowrap_mode = 0
|
||
|
|
|
||
|
|
[node name="typeTopic" type="Label" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_vertical = 8
|
||
|
|
text = "[冲击]"
|
||
|
|
label_settings = SubResource("LabelSettings_wsanh")
|