[gd_scene load_steps=3 format=2] [ext_resource path="res://UI/Card.gd" type="Script" id=1] [ext_resource path="res://UI/CardStyle.tres" type="StyleBox" id=2] [node name="Card" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource( 1 ) [node name="PanelContainer" type="PanelContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 custom_styles/panel = ExtResource( 2 )