REM/scenes/props/Cooking_Show/kitchen_island.tscn
2026-03-26 20:37:29 -06:00

44 lines
1.7 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bnpdtikvxiipa"]
[ext_resource type="Texture2D" uid="uid://gktcbleyxtm5" path="res://assets/textures/stone_rocks/Rock013_1K-PNG_Color.png" id="1_lrhch"]
[ext_resource type="Texture2D" uid="uid://df826g11mrjod" path="res://assets/textures/wood/Wood013_1K-PNG/Wood013_1K-PNG_Color.png" id="1_mwj1j"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tkw5d"]
albedo_texture = ExtResource("1_mwj1j")
uv1_triplanar = true
uv1_world_triplanar = true
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mwj1j"]
albedo_texture = ExtResource("1_lrhch")
uv1_triplanar = true
uv1_world_triplanar = true
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mh1yb"]
albedo_color = Color(0.3180198, 0.31801978, 0.31801975, 1)
metallic = 0.85
roughness = 0.58
[node name="KitchenIsland" type="Node3D"]
[node name="Island" type="CSGBox3D" parent="."]
use_collision = true
size = Vector3(5, 1, 2)
material = SubResource("StandardMaterial3D_tkw5d")
[node name="Countertop" type="CSGBox3D" parent="Island"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.48283625, 0)
use_collision = true
size = Vector3(5.2, 0.08, 2.2)
material = SubResource("StandardMaterial3D_mwj1j")
[node name="StoveSpot" type="CSGBox3D" parent="Island"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.012207031, -0.55279505)
operation = 2
size = Vector3(1, 1.0244141, 1.1005859)
material = SubResource("StandardMaterial3D_mh1yb")
[node name="Stove" type="CSGBox3D" parent="Island"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.010681152, -0.50705624)
size = Vector3(1, 1.0213623, 1)
material = SubResource("StandardMaterial3D_mh1yb")