39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://dmbm52c5kvhvh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cgplv5ykpqldu" path="res://assets/buffs/adpup.png" id="1_rgoo2"]
|
|
[ext_resource type="FontFile" uid="uid://ch6s7n1ri81gt" path="res://assets/fonts/思源宋体.TTF" id="2_8uwtf"]
|
|
[ext_resource type="Script" uid="uid://mjetytpyq51i" path="res://scripts/UIScripts/BuffItem.cs" id="2_ne11y"]
|
|
|
|
[node name="BuffItem" type="Control" unique_id=811979895 node_paths=PackedStringArray("TextureRect", "Label")]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("2_ne11y")
|
|
TextureRect = NodePath("TextureRect")
|
|
Label = NodePath("Label")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="." unique_id=2058418070]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = ExtResource("1_rgoo2")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="Label" parent="." unique_id=2070266169]
|
|
layout_mode = 0
|
|
offset_left = 40.0
|
|
offset_top = 32.0
|
|
offset_right = 64.0
|
|
offset_bottom = 67.0
|
|
theme_override_colors/font_color = Color(0.70514816, 0.9927334, 0.96567994, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.7058824)
|
|
theme_override_fonts/font = ExtResource("2_8uwtf")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "2"
|