ported from perforce

This commit is contained in:
2026-04-19 00:43:27 +02:00
commit 6c0c33f5d4
700 changed files with 19735 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
[gd_scene load_steps=3 format=3 uid="uid://dak80da2s75k7"]
[ext_resource type="Script" uid="uid://breqe5ccn40sg" path="res://CardRow.cs" id="1_cardrow_script"]
[ext_resource type="PackedScene" uid="uid://r3l85et88hpw" path="res://card.tscn" id="2_2xdq1"]
[node name="CardRow" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_cardrow_script")
CardScene = ExtResource("2_2xdq1")
CardSize = Vector2(80, 100)
CardSpacing = 2.0
AnimationDuration = 0.1
CardsCanSelect = true
[node name="Background0" type="Panel" parent="."]
modulate = Color(1, 0, 0, 0.5019608)
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background1" type="Panel" parent="."]
modulate = Color(0, 1, 0.116666794, 0.5019608)
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2