103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://r3l85et88hpw"]
|
|
|
|
[ext_resource type="Script" uid="uid://oiles788elk5" path="res://CardControl.cs" id="1_e484p"]
|
|
[ext_resource type="Texture2D" uid="uid://bb8tfc5xl876p" path="res://images/item-frame.png" id="1_q5obu"]
|
|
[ext_resource type="Texture2D" uid="uid://b5ppb55xq2hpg" path="res://images/no-op.png" id="2_e484p"]
|
|
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="4_fpac0"]
|
|
[ext_resource type="PackedScene" uid="uid://yo336l0oucfq" path="res://ModifierIcon.tscn" id="4_modifier_scene"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e484p"]
|
|
content_margin_left = 0.0
|
|
content_margin_top = 0.0
|
|
content_margin_right = 0.0
|
|
content_margin_bottom = 0.0
|
|
bg_color = Color(0.16, 0.16, 0.16, 1)
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
corner_detail = 5
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_fpac0"]
|
|
texture = ExtResource("1_q5obu")
|
|
texture_margin_left = 16.0
|
|
texture_margin_top = 16.0
|
|
texture_margin_right = 16.0
|
|
texture_margin_bottom = 16.0
|
|
draw_center = false
|
|
|
|
[node name="Card" type="Control"]
|
|
custom_minimum_size = Vector2(96, 96)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
focus_mode = 2
|
|
script = ExtResource("1_e484p")
|
|
ModifierIconScene = ExtResource("4_modifier_scene")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="Background" type="Panel" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_e484p")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="ArtTextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
texture_filter = 1
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("2_e484p")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 20)
|
|
layout_mode = 2
|
|
theme = ExtResource("4_fpac0")
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Card"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Frame" type="Panel" parent="."]
|
|
unique_name_in_owner = true
|
|
texture_filter = 1
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_fpac0")
|
|
|
|
[node name="ModifiersContainer" type="HBoxContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_bottom = 32.0
|
|
grow_horizontal = 2
|
|
size_flags_horizontal = 8
|