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

38 lines
1.2 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dqnhslk6wuo0t"]
[ext_resource type="Script" uid="uid://deucryejuru7a" path="res://scripts/cooking_pot.gd" id="1_bqvls"]
[node name="Cooking_Pot" type="Node3D"]
[node name="Cooking_Pot" type="CSGCylinder3D" parent="." groups=["interactable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.45002353, 0)
use_collision = true
height = 0.8955078
sides = 64
script = ExtResource("1_bqvls")
[node name="Handle_1" type="CSGTorus3D" parent="Cooking_Pot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.46617, 0.2095393, 0)
inner_radius = 0.2
outer_radius = 0.25
sides = 64
[node name="Handle_2" type="CSGTorus3D" parent="Cooking_Pot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.466, 0.20952392, 0)
inner_radius = 0.2
outer_radius = 0.25
sides = 64
[node name="Pot_Interior" type="CSGCylinder3D" parent="Cooking_Pot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.018615723, 0)
operation = 2
radius = 0.45
height = 0.8778076
sides = 64
[node name="InteractLabel" type="Label3D" parent="Cooking_Pot" groups=["interactable"]]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.60247195, 0)
visible = false
billboard = 2
text = "[E] Cook"