added machine item slots so ican start building gameplay
This commit is contained in:
19
WorldObjects/base/resourceIron.tscn
Normal file
19
WorldObjects/base/resourceIron.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user