2022-08-15 08:32:08 +01:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2022-07-16 10:33:31 +01:00
|
|
|
|
2022-08-15 08:32:08 +01:00
|
|
|
[ext_resource path="res://UI/CardView.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://UI/ItemContainer.gd" type="Script" id=2]
|
2022-07-16 10:33:31 +01:00
|
|
|
|
2022-07-24 20:53:09 +01:00
|
|
|
[node name="CardContainer" type="Control"]
|
2022-07-16 10:33:31 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-08-15 08:32:08 +01:00
|
|
|
script = ExtResource( 2 )
|
|
|
|
item_view_scene = ExtResource( 1 )
|
|
|
|
child_holder = NodePath("Margin/HBox")
|
|
|
|
character_property = "cards"
|
|
|
|
view_property = "card"
|
2022-07-16 10:33:31 +01:00
|
|
|
|
2022-07-16 21:34:02 +01:00
|
|
|
[node name="Margin" type="MarginContainer" parent="."]
|
2022-07-16 10:33:31 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-07-16 21:34:02 +01:00
|
|
|
margin_left = 30.0
|
|
|
|
margin_top = 30.0
|
|
|
|
margin_right = -30.0
|
|
|
|
margin_bottom = -30.0
|
|
|
|
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="Margin"]
|
|
|
|
margin_right = 1220.0
|
|
|
|
margin_bottom = 660.0
|
|
|
|
rect_min_size = Vector2( 0, 300 )
|
2022-07-16 10:33:31 +01:00
|
|
|
custom_constants/separation = 50
|