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

25 lines
698 B
Plaintext
Raw Normal View History

2022-07-16 12:06:46 +01:00
[gd_scene load_steps=4 format=2]
2022-07-16 10:33:31 +01:00
[ext_resource path="res://UI/Card.gd" type="Script" id=1]
2022-07-16 12:06:46 +01:00
[ext_resource path="res://Assets/CardDB/Move.tres" type="Resource" id=2]
[sub_resource type="StyleBoxFlat" id=1]
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
[node name="Card" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 1 )
2022-07-16 12:06:46 +01:00
card_info = ExtResource( 2 )
2022-07-16 10:33:31 +01:00
[node name="PanelContainer" type="PanelContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
2022-07-16 12:06:46 +01:00
custom_styles/panel = SubResource( 1 )