11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://jlovgr2iojrg"]
|
|||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://b5b5cl2qlhywv" path="res://elements/player_hand.gd" id="1_ank64"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://b55xpcxk7g5ph" path="res://cards/playing_card.tscn" id="2_11xsc"]
|
||
|
|
|
||
|
|
[node name="PlayerHand" type="Node3D"]
|
||
|
|
script = ExtResource("1_ank64")
|
||
|
|
test_card_count = 20
|
||
|
|
card_scene = ExtResource("2_11xsc")
|
||
|
|
card_angle = 0.125664
|