Reorganize project into folder structure
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://du31pqeytu8as"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://6lyhyial1fh5" path="res://Containers/container.gd" id="1_r4cle"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_vlqg6"]
|
||||
radius = 0.2
|
||||
|
||||
[node name="Container" type="Node3D" unique_id=377793422 node_paths=PackedStringArray("meal_positions")]
|
||||
script = ExtResource("1_r4cle")
|
||||
meal_positions = [null]
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="." unique_id=126983781]
|
||||
collision_layer = 2
|
||||
collision_mask = 65540
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" unique_id=286964882]
|
||||
shape = SubResource("SphereShape3D_vlqg6")
|
||||
|
||||
[node name="MealContainer" type="Node3D" parent="." unique_id=258551044]
|
||||
|
||||
[node name="SidesContainer" type="Node3D" parent="." unique_id=1464979199]
|
||||
Reference in New Issue
Block a user