Add chopping board
This commit is contained in:
9
scenes/Cooking/CuttingScene.tscn
Normal file
9
scenes/Cooking/CuttingScene.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bix00kr2hkaxn"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cv71jdl5owdfo" path="res://models/Free Models/Cooking/Chopping Board/choppingBoard.fbx" id="1_b0vvy"]
|
||||
|
||||
[node name="CuttingScene" type="Node3D"]
|
||||
|
||||
[node name="CuttingBoard" type="Node3D" parent="."]
|
||||
|
||||
[node name="choppingBoard" parent="." instance=ExtResource("1_b0vvy")]
|
3
scenes/Meta/Cooking.tscn
Normal file
3
scenes/Meta/Cooking.tscn
Normal file
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://b4ffu88bmt4sa"]
|
||||
|
||||
[node name="Cooking" type="Node3D"]
|
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bdrpqtbwvtivd"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bdrpqtbwvtivd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://iibqlagufwhm" path="res://scenes/Meta/Systems.tscn" id="1_3x3uf"]
|
||||
[ext_resource type="PackedScene" uid="uid://tmbx2kit0jyq" path="res://scenes/Meta/Overworld.tscn" id="2_q3er3"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4ffu88bmt4sa" path="res://scenes/Meta/Cooking.tscn" id="3_achtl"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfwwtbs3ywcyq" path="res://scenes/Meta/UI.tscn" id="3_jjngg"]
|
||||
|
||||
[node name="TestSceneRoot" type="Node3D"]
|
||||
@@ -10,4 +11,6 @@
|
||||
|
||||
[node name="Overworld" parent="." instance=ExtResource("2_q3er3")]
|
||||
|
||||
[node name="Cooking" parent="." instance=ExtResource("3_achtl")]
|
||||
|
||||
[node name="UI" parent="." instance=ExtResource("3_jjngg")]
|
||||
|
Reference in New Issue
Block a user