This commit is contained in:
Aspergerli
2026-03-09 19:18:47 +01:00
commit ade3d0fb01
240 changed files with 12324 additions and 0 deletions

32
scenes/playing_card.tscn Normal file
View File

@@ -0,0 +1,32 @@
[gd_scene load_steps=2 format=3 uid="uid://gyx3vifd5cc1"]
[ext_resource type="Script" uid="uid://c7ga0nn8lgmnk" path="res://scripts/playing_card.gd" id="1_jxw2m"]
[node name="PlayingCard" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_jxw2m")
[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