28 lines
748 B
Plaintext
28 lines
748 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://UI/CardView.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://UI/ItemContainer.gd" type="Script" id=2]
|
|
|
|
[node name="CardContainer" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
item_view_scene = ExtResource( 1 )
|
|
child_holder = NodePath("Margin/HBox")
|
|
character_property = "cards"
|
|
view_property = "card"
|
|
|
|
[node name="Margin" type="MarginContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
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 )
|
|
custom_constants/separation = 50
|