added machine item slots so ican start building gameplay

This commit is contained in:
2026-06-05 20:49:48 -05:00
parent 04f8bb7c2d
commit 0d39c2dfb4
874 changed files with 18068 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
[gd_scene format=3 uid="uid://dx2lffh4sifhj"]
[ext_resource type="ArrayMesh" uid="uid://ccpw60ggypi3g" path="res://Assets/Models/resourceIron.obj" id="1_c7ias"]
[ext_resource type="Script" uid="uid://f83dw8obaiji" path="res://WorldObjects/base/scripts/ResourceNodeIron.gd" id="2_34olp"]
[sub_resource type="BoxShape3D" id="BoxShape3D_qpah5"]
size = Vector3(1, 0.2617798, 1)
[node name="ResourceIron" type="Node3D" unique_id=1631313617]
[node name="ResourceIron" type="MeshInstance3D" parent="." unique_id=555273188]
mesh = ExtResource("1_c7ias")
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=581716591]
script = ExtResource("2_34olp")
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=2024088036]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.050872803, 0)
shape = SubResource("BoxShape3D_qpah5")