client: added player hand and animation for added cards
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user