31 lines
932 B
Plaintext
31 lines
932 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://csdmile32lfyy"]
|
|
|
|
[ext_resource type="Script" uid="uid://doutbj4troo25" path="res://scenes/inventory/number/number.gd" id="1_jg50s"]
|
|
[ext_resource type="FontFile" uid="uid://dxcsr8pfoj3c" path="res://etc/bulletinV1.ttf" id="1_wvpe8"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_jg50s"]
|
|
font = ExtResource("1_wvpe8")
|
|
font_size = 19
|
|
font_color = Color(0.156863, 0.137255, 0.156863, 1)
|
|
|
|
[node name="Item" type="Node2D" node_paths=PackedStringArray("label")]
|
|
script = ExtResource("1_jg50s")
|
|
label = NodePath("Label")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -13.0
|
|
offset_right = 20.0
|
|
offset_bottom = 13.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "1"
|
|
label_settings = SubResource("LabelSettings_jg50s")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|