128 lines
4.5 KiB
Plaintext
128 lines
4.5 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://bsheehtfcdwhh"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cksjbu3vrup5" path="res://UI/Themes/supalidl.tres" id="1_elbte"]
|
|
[ext_resource type="Script" path="res://UI/Inventory/ItemTooltip.cs" id="2_entlu"]
|
|
[ext_resource type="Texture2D" uid="uid://b16461tjso0j7" path="res://Assets/Sprites/UI/hotbar-inactive.png" id="2_mcttf"]
|
|
[ext_resource type="Texture2D" uid="uid://cd8ak8gu0104t" path="res://Assets/Sprites/UI/border.png" id="2_sxqyx"]
|
|
[ext_resource type="Texture2D" uid="uid://dc1gcsbhkchvg" path="res://Assets/Sprites/UI/hotbar-active.png" id="2_vjw5e"]
|
|
|
|
[sub_resource type="Animation" id="Animation_mmh32"]
|
|
resource_name = "wipe"
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_4bp3t"]
|
|
_data = {
|
|
"wipe": SubResource("Animation_mmh32")
|
|
}
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_xhduc"]
|
|
content_margin_left = 0.0
|
|
content_margin_top = 0.0
|
|
content_margin_right = 0.0
|
|
content_margin_bottom = 0.0
|
|
texture = ExtResource("2_mcttf")
|
|
texture_margin_left = 16.0
|
|
texture_margin_top = 16.0
|
|
texture_margin_right = 16.0
|
|
texture_margin_bottom = 16.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_rhjxi"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
texture = ExtResource("2_vjw5e")
|
|
texture_margin_left = 8.0
|
|
texture_margin_top = 8.0
|
|
texture_margin_right = 8.0
|
|
texture_margin_bottom = 8.0
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_qnr6k"]
|
|
size = Vector2(24, 24)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_idehr"]
|
|
bg_color = Color(0.976471, 0.956863, 0.956863, 1)
|
|
|
|
[node name="ItemTooltip" type="BoxContainer"]
|
|
offset_right = 92.0
|
|
offset_bottom = 161.0
|
|
theme = ExtResource("1_elbte")
|
|
script = ExtResource("2_entlu")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_4bp3t")
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_xhduc")
|
|
|
|
[node name="Margin" type="MarginContainer" parent="VBoxContainer/PanelContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer/Margin"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_rhjxi")
|
|
|
|
[node name="ItemTexture" type="TextureRect" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer/HBoxContainer/PanelContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
texture = SubResource("PlaceholderTexture2D_qnr6k")
|
|
stretch_mode = 2
|
|
|
|
[node name="ItemLabel" type="Label" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Really long item name"
|
|
autowrap_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer/HBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_sxqyx")
|
|
region_rect = Rect2(0, 6, 48, 5)
|
|
patch_margin_left = 16
|
|
patch_margin_top = 5
|
|
patch_margin_right = 16
|
|
|
|
[node name="ItemDescription" type="RichTextLabel" parent="VBoxContainer/PanelContainer/Margin/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/default_color = Color(0.937255, 0.854902, 0.854902, 1)
|
|
text = "Speed, violence, momentum"
|
|
fit_content = true
|
|
|
|
[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_idehr")
|
|
|
|
[node name="Ingredients" type="MarginContainer" parent="VBoxContainer/PanelContainer2"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_constants/margin_top = 2
|
|
theme_override_constants/margin_bottom = 2
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/PanelContainer2/Ingredients"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
text = "250 Shillings"
|