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

@@ -5,6 +5,7 @@
[ext_resource type="PackedScene" uid="uid://c4skbeito3suj" path="res://Objects/ISwitch.tscn" id="3_2f3vd"]
[ext_resource type="PackedScene" uid="uid://dsf43ptd66s8u" path="res://Objects/SUpdate.tscn" id="4_2lqy0"]
[ext_resource type="Script" uid="uid://c3tgp5r2kwpdp" path="res://WorldObjects/base/scripts/MachineBuiltins.gd" id="5_e42so"]
[ext_resource type="PackedScene" uid="uid://qu5r32m0u141" path="res://Objects/IItemSlot.tscn" id="6_2lqy0"]
[sub_resource type="BoxMesh" id="BoxMesh_i18b1"]
@@ -38,4 +39,11 @@ script = ExtResource("5_e42so")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collider" unique_id=505912246 groups=["saveable"]]
shape = SubResource("BoxShape3D_e1b2x")
[node name="IItemSlot" parent="." unique_id=2108535834 instance=ExtResource("6_2lqy0")]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0.19894007, 0.1565814, -0.5124974)
[node name="ILed2" parent="." unique_id=2140620593 groups=["saveable"] instance=ExtResource("2_q3u4y")]
transform = Transform3D(1, 0, 0, 0, 0.11264832, 0.99363494, 0, -0.99363494, 0.11264832, -0.3300061, 0.06657314, -0.07550442)
isLampOn = true
[connection signal="castUpdate" from="SUpdate" to="." method="_on_s_update_cast_update"]