39 lines
930 B
Plaintext
39 lines
930 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://brjlo8xing83p"]
|
|
|
|
[ext_resource type="Script" uid="uid://dtpomjc0u41g" path="res://addons/card-framework/card.gd" id="1_6ohl5"]
|
|
|
|
[node name="Card" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_6ohl5")
|
|
card_name = null
|
|
card_size = null
|
|
show_front = null
|
|
moving_speed = null
|
|
can_be_interacted_with = null
|
|
hover_distance = null
|
|
|
|
[node name="FrontFace" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
mouse_filter = 1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="FrontFace"]
|
|
layout_mode = 1
|
|
offset_right = 150.0
|
|
offset_bottom = 210.0
|
|
|
|
[node name="BackFace" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
mouse_filter = 1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="BackFace"]
|
|
layout_mode = 1
|
|
offset_right = 150.0
|
|
offset_bottom = 210.0
|