[gd_scene load_steps=8 format=2] [ext_resource path="res://scenes/item_holder.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/dinner_table.gd" type="Script" id=2] [ext_resource path="res://item_types/cooked_yam.tres" type="Resource" id=3] [sub_resource type="SphereShape" id=4] [sub_resource type="CylinderMesh" id=1] height = 0.1 radial_segments = 8 [sub_resource type="CylinderMesh" id=2] top_radius = 0.1 bottom_radius = 0.1 height = 0.738 radial_segments = 16 [sub_resource type="CylinderShape" id=3] height = 0.87498 [node name="dinner_table" type="Area"] collision_layer = 8 collision_mask = 4 script = ExtResource( 2 ) all_food = [ ExtResource( 3 ) ] [node name="TriggerVolume" type="CollisionShape" parent="."] transform = Transform( 1.2, 0, 0, 0, 1.2, 0, 0, 0, 1.2, 0, 0, 0 ) shape = SubResource( 4 ) [node name="MeshInstance" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.648164, 0 ) mesh = SubResource( 1 ) [node name="MeshInstance2" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.274821, 0.806474 ) mesh = SubResource( 2 ) [node name="MeshInstance3" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.831715, 0.274821, 0.00579381 ) mesh = SubResource( 2 ) [node name="MeshInstance4" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.012414, 0.274821, -0.832128 ) mesh = SubResource( 2 ) [node name="MeshInstance5" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.809991, 0.274821, 0.00269032 ) mesh = SubResource( 2 ) [node name="StaticBody" type="StaticBody" parent="."] [node name="CollisionShape" type="CollisionShape" parent="StaticBody"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.439889, 0 ) shape = SubResource( 3 ) [node name="item_holder" parent="." instance=ExtResource( 1 )] unique_name_in_owner = true transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.776869, 0 ) [connection signal="item_changed" from="item_holder" to="." method="_on_item_holder_item_changed"]