This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-07-08 15:58:46 +02:00
|
|
|
[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"]
|
|
|
|
|
|
2025-07-16 09:35:32 +02:00
|
|
|
[node name="PlayerHand" type="Node3D" node_paths=PackedStringArray("card_container", "name_label")]
|
2025-07-08 15:58:46 +02:00
|
|
|
script = ExtResource("1_ank64")
|
|
|
|
|
card_scene = ExtResource("2_11xsc")
|
2025-07-16 09:35:32 +02:00
|
|
|
card_container = NodePath("CardContainer")
|
2025-07-08 15:58:46 +02:00
|
|
|
card_angle = 0.125664
|
2025-07-16 09:35:32 +02:00
|
|
|
name_label = NodePath("NameLabel")
|
|
|
|
|
|
|
|
|
|
[node name="NameLabel" type="Label3D" parent="."]
|
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.513717, 0)
|
|
|
|
|
billboard = 1
|
|
|
|
|
double_sided = false
|
|
|
|
|
text = "name goes here"
|
|
|
|
|
|
|
|
|
|
[node name="CardContainer" type="Node3D" parent="."]
|