conforms file names to consistant standard

This commit is contained in:
2026-02-21 04:24:04 +11:00
parent 6b67dd9755
commit 5a4ad8633a
1991 changed files with 3836 additions and 7976 deletions

View 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")