Quit-Rolling-Around-gmtk-ja.../UI/CardView.tscn

48 lines
1.3 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=2]
2022-07-16 10:33:31 +01:00
[ext_resource path="res://UI/Card.tscn" type="PackedScene" id=1]
[ext_resource path="res://Assets/CardDB/Sprint.tres" type="Resource" id=2]
[ext_resource path="res://Assets/CardDB/Poisonous apple.tres" type="Resource" id=3]
[ext_resource path="res://Assets/CardDB/Broadsword.tres" type="Resource" id=4]
2022-07-16 10:33:31 +01:00
[node name="CardView" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
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
2022-07-16 21:34:02 +01:00
[node name="Card1" parent="Margin/HBox" instance=ExtResource( 1 )]
2022-07-16 10:33:31 +01:00
anchor_right = 0.0
anchor_bottom = 0.0
2022-07-16 21:34:02 +01:00
margin_right = 373.0
margin_bottom = 660.0
card_info = ExtResource( 2 )
2022-07-16 10:33:31 +01:00
2022-07-16 21:34:02 +01:00
[node name="Card2" parent="Margin/HBox" instance=ExtResource( 1 )]
2022-07-16 10:33:31 +01:00
anchor_right = 0.0
anchor_bottom = 0.0
2022-07-16 21:34:02 +01:00
margin_left = 423.0
margin_right = 796.0
margin_bottom = 660.0
card_info = ExtResource( 4 )
2022-07-16 10:33:31 +01:00
2022-07-16 21:34:02 +01:00
[node name="Card3" parent="Margin/HBox" instance=ExtResource( 1 )]
2022-07-16 10:33:31 +01:00
anchor_right = 0.0
anchor_bottom = 0.0
2022-07-16 21:34:02 +01:00
margin_left = 846.0
margin_right = 1220.0
margin_bottom = 660.0
card_info = ExtResource( 3 )