14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b6t1mn3dd73ox"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scene/card_state_machine/card_machine.gd" id="1_gptwc"]
|
||
|
|
||
|
[node name="card_machine" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 14
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 0.5
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_gptwc")
|