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

140 lines
3.6 KiB
Plaintext
Raw Normal View History

2022-07-26 07:52:58 +01:00
[gd_scene load_steps=10 format=2]
2022-07-16 10:33:31 +01:00
2022-07-25 11:13:09 +01:00
[ext_resource path="res://UI/CardView.gd" type="Script" id=1]
[ext_resource path="res://Assets/Metropolis-font/Metropolis-Bold.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://AutoGridContainer - Full Version/AutoGridContainer.tscn" type="PackedScene" id=6]
2022-07-16 12:06:46 +01:00
2022-07-25 20:25:57 +01:00
[sub_resource type="StyleBoxFlat" id=6]
2022-07-16 12:06:46 +01:00
bg_color = Color( 0.858824, 0.278431, 0.345098, 1 )
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
2022-07-16 10:33:31 +01:00
2022-07-16 13:50:18 +01:00
[sub_resource type="DynamicFontData" id=4]
font_path = "res://Assets/Metropolis-font/Metropolis-Bold.ttf"
[sub_resource type="DynamicFont" id=2]
2022-07-16 14:34:51 +01:00
size = 30
2022-07-16 13:50:18 +01:00
use_filter = true
font_data = SubResource( 4 )
[sub_resource type="DynamicFont" id=5]
size = 20
use_filter = true
font_data = ExtResource( 4 )
2022-07-16 13:50:18 +01:00
2022-07-26 07:52:58 +01:00
[sub_resource type="Animation" id=7]
resource_name = "Fly Off"
length = 0.5
step = 0.01
tracks/0/type = "value"
tracks/0/path = NodePath("LocalPosition:rect_position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 0.5 ),
"transitions": PoolRealArray( 5, 1 ),
"update": 0,
"values": [ Vector2( 0, 0 ), Vector2( 0, -999 ) ]
}
tracks/1/type = "value"
tracks/1/path = NodePath(".:rect_scale")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 0.18, 0.5 ),
"transitions": PoolRealArray( 1, 6.06286, 1 ),
"update": 0,
"values": [ Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 1, 1.4 ) ]
}
[sub_resource type="Animation" id=8]
length = 0.001
tracks/0/type = "value"
tracks/0/path = NodePath("LocalPosition:rect_position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Vector2( 0, 0 ) ]
}
tracks/1/type = "value"
tracks/1/path = NodePath(".:rect_scale")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Vector2( 1, 1 ) ]
}
[node name="CardView" type="Control"]
2022-07-16 10:33:31 +01:00
anchor_right = 1.0
anchor_bottom = 1.0
2022-07-25 11:13:09 +01:00
margin_right = -965.0
margin_bottom = -325.0
2022-07-16 10:33:31 +01:00
size_flags_horizontal = 3
size_flags_vertical = 3
2022-07-25 11:13:09 +01:00
script = ExtResource( 1 )
2022-07-16 10:33:31 +01:00
2022-07-26 07:52:58 +01:00
[node name="LocalPosition" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Background" type="PanelContainer" parent="LocalPosition"]
2022-07-25 21:11:52 +01:00
unique_name_in_owner = true
2022-07-16 10:33:31 +01:00
anchor_right = 1.0
anchor_bottom = 1.0
2022-07-25 20:25:57 +01:00
custom_styles/panel = SubResource( 6 )
2022-07-16 13:50:18 +01:00
2022-07-26 07:52:58 +01:00
[node name="VBox" type="VBoxContainer" parent="LocalPosition"]
2022-07-16 13:50:18 +01:00
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 10.0
margin_top = 10.0
margin_right = -10.0
margin_bottom = -10.0
2022-07-26 07:52:58 +01:00
[node name="Name" type="Label" parent="LocalPosition/VBox"]
2022-07-25 21:11:52 +01:00
unique_name_in_owner = true
2022-07-25 11:13:09 +01:00
margin_right = 295.0
2022-07-16 14:34:51 +01:00
margin_bottom = 31.0
2022-07-16 13:50:18 +01:00
custom_fonts/font = SubResource( 2 )
text = "Default"
2022-07-16 13:50:18 +01:00
align = 1
autowrap = true
2022-07-26 07:52:58 +01:00
[node name="AutoGrid" parent="LocalPosition/VBox" instance=ExtResource( 6 )]
2022-07-25 11:13:09 +01:00
unique_name_in_owner = true
2022-07-16 14:34:51 +01:00
margin_top = 35.0
2022-07-25 11:13:09 +01:00
margin_right = 295.0
margin_bottom = 281.0
2022-07-16 13:50:18 +01:00
2022-07-26 07:52:58 +01:00
[node name="Description" type="Label" parent="LocalPosition/VBox"]
2022-07-25 21:11:52 +01:00
unique_name_in_owner = true
2022-07-25 11:13:09 +01:00
margin_top = 285.0
margin_right = 295.0
margin_bottom = 375.0
2022-07-16 13:50:18 +01:00
rect_min_size = Vector2( 0, 90 )
custom_fonts/font = SubResource( 5 )
text = "Default Description"
2022-07-16 13:50:18 +01:00
align = 1
valign = 1
autowrap = true
2022-07-26 07:52:58 +01:00
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
"anims/Fly Off" = SubResource( 7 )
anims/RESET = SubResource( 8 )