This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Furniture/WithTextures/bed.tscn
2020-07-26 11:40:22 +02:00

24 lines
668 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Assets/Furniture/bed.fbx" type="PackedScene" id=1]
[sub_resource type="SpatialMaterial" id=1]
params_cull_mode = 2
albedo_color = Color( 0, 0, 0, 1 )
[sub_resource type="SpatialMaterial" id=2]
albedo_color = Color( 0.643137, 0, 0, 1 )
[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 0.286275, 0.286275, 0.286275, 1 )
[node name="bed" instance=ExtResource( 1 )]
[node name="Plane2" parent="." index="0"]
material/0 = SubResource( 1 )
[node name="Cylinder003" parent="." index="1"]
material/0 = SubResource( 2 )
[node name="Plane002" parent="." index="2"]
material/0 = SubResource( 3 )