31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://b55xpcxk7g5ph"]
|
|||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://c2odugkbbppxn" path="res://cards/playing_card.gd" id="1_t6o5d"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://dxiv47be5dsll" path="res://cards/playing_card.glb" id="2_enav7"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://i0wpcxpk7g2c" path="res://cards/textures/front_test.webp" id="3_jeoeb"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cih4y1hskimrs" path="res://cards/textures/back_test.webp" id="4_exvuq"]
|
||
|
|
|
||
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nwj5s"]
|
||
|
|
resource_local_to_scene = true
|
||
|
|
|
||
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hel13"]
|
||
|
|
albedo_color = Color(0, 0, 0, 1)
|
||
|
|
|
||
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_auvip"]
|
||
|
|
albedo_texture = ExtResource("4_exvuq")
|
||
|
|
|
||
|
|
[node name="PlayingCard" type="StaticBody3D" node_paths=PackedStringArray("card_mesh")]
|
||
|
|
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
||
|
|
script = ExtResource("1_t6o5d")
|
||
|
|
card_mesh = NodePath("PlayingCard/Cube")
|
||
|
|
front_texture = ExtResource("3_jeoeb")
|
||
|
|
|
||
|
|
[node name="PlayingCard" parent="." instance=ExtResource("2_enav7")]
|
||
|
|
|
||
|
|
[node name="Cube" parent="PlayingCard" index="0"]
|
||
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_nwj5s")
|
||
|
|
surface_material_override/1 = SubResource("StandardMaterial3D_hel13")
|
||
|
|
surface_material_override/2 = SubResource("StandardMaterial3D_auvip")
|
||
|
|
|
||
|
|
[editable path="PlayingCard"]
|