conforms file names to consistant standard
This commit is contained in:
21
scenes/item_container.tscn
Normal file
21
scenes/item_container.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://8d452unjpoiu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://do24iuot0j7d7" path="res://scripts/inventory.gd" id="1_6ftnx"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lscco"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_b3jqa"]
|
||||
albedo_color = Color(0.509804, 0.505882, 0, 1)
|
||||
|
||||
[node name="ItemContainer" type="StaticBody3D" unique_id=1917739256]
|
||||
|
||||
[node name="Inventory" type="Node" parent="." unique_id=1822580678]
|
||||
script = ExtResource("1_6ftnx")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=380640726]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
shape = SubResource("BoxShape3D_lscco")
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="." unique_id=1992274411]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
material = SubResource("StandardMaterial3D_b3jqa")
|
||||
Reference in New Issue
Block a user