-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard_holder_rack.tscn908242626.tmp
More file actions
33 lines (25 loc) · 1.33 KB
/
card_holder_rack.tscn908242626.tmp
File metadata and controls
33 lines (25 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene load_steps=6 format=3 uid="uid://wt5lmffkrw7o"]
[ext_resource type="Script" uid="uid://dfkkn3vxsxqai" path="res://card_holder_rack.gd" id="1_eoevj"]
[ext_resource type="PackedScene" uid="uid://b0j00juowingy" path="res://card_3d.tscn" id="1_rm3o0"]
[ext_resource type="PackedScene" uid="uid://20cx23xfr0n8" path="res://card_3d_drag_control.tscn" id="3_476pf"]
[sub_resource type="BoxMesh" id="BoxMesh_476pf"]
size = Vector3(19.2, 0.1, 10.8)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wetvk"]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_color = Color(1, 1, 1, 0)
disable_receive_shadows = true
[node name="CardHolderRack_Node3D" type="MeshInstance3D"]
cast_shadow = 0
mesh = SubResource("BoxMesh_476pf")
surface_material_override/0 = SubResource("StandardMaterial3D_wetvk")
script = ExtResource("1_eoevj")
[node name="CardPositionExamples" type="Node3D" parent="."]
visible = false
[node name="HoveredCard" parent="CardPositionExamples" instance=ExtResource("1_rm3o0")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3.424)
[node name="CardPlaceholders" type="Node3D" parent="."]
unique_name_in_owner = true
[node name="Card3DDragControl" parent="CardPlaceholders" instance=ExtResource("3_476pf")]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, -5.6047516, 0, 4.2103176)