The_Dark_Side_of_Earth/item_ui/item_ui.tscn

38 lines
1.1 KiB
Text
Raw Normal View History

2025-09-17 14:39:22 +02:00
[gd_scene load_steps=3 format=3 uid="uid://73g8y37skebh"]
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_lfuq2"]
2025-09-17 14:08:57 +02:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8oq0s"]
draw_center = false
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color(0, 0, 0, 0.69411767)
border_blend = true
corner_radius_top_left = 50
corner_radius_top_right = 50
corner_radius_bottom_right = 50
corner_radius_bottom_left = 50
2025-09-17 14:39:22 +02:00
[node name="ItemUI" type="MarginContainer"]
2025-09-17 14:08:57 +02:00
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
2025-09-17 14:39:22 +02:00
offset_left = -150.0
offset_bottom = 150.0
2025-09-17 14:08:57 +02:00
grow_horizontal = 0
2025-09-17 14:39:22 +02:00
theme_override_constants/margin_left = 25
theme_override_constants/margin_top = 25
theme_override_constants/margin_right = 25
theme_override_constants/margin_bottom = 25
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 2
2025-09-17 14:08:57 +02:00
theme_override_styles/panel = SubResource("StyleBoxFlat_8oq0s")
2025-09-17 14:39:22 +02:00
[node name="TextureRect" type="TextureRect" parent="PanelContainer"]
layout_mode = 2
texture = ExtResource("1_lfuq2")
expand_mode = 1