Browse Source

:truck: Create a prop folder

DricomDragon 1 year ago
parent
commit
aa3ea24e79

godot/component/entity/box/CubeContainer.glb → godot/component/entity/props/box/CubeContainer.glb


+ 3 - 3
godot/component/entity/box/CubeContainer.glb.import

@@ -4,12 +4,12 @@ importer="scene"
 importer_version=1
 type="PackedScene"
 uid="uid://bii08dedmqwkm"
-path="res://.godot/imported/CubeContainer.glb-f8ba7332b2fb4cd1418bbba0e528ff4b.scn"
+path="res://.godot/imported/CubeContainer.glb-716c1b1ea87e9d922fb7d612eae1fd1c.scn"
 
 [deps]
 
-source_file="res://component/entity/box/CubeContainer.glb"
-dest_files=["res://.godot/imported/CubeContainer.glb-f8ba7332b2fb4cd1418bbba0e528ff4b.scn"]
+source_file="res://component/entity/props/box/CubeContainer.glb"
+dest_files=["res://.godot/imported/CubeContainer.glb-716c1b1ea87e9d922fb7d612eae1fd1c.scn"]
 
 [params]
 

godot/component/entity/box/CubeContainer_0.png → godot/component/entity/props/box/CubeContainer_0.png


+ 3 - 3
godot/component/entity/box/CubeContainer_0.png.import

@@ -3,7 +3,7 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://dbvren6ycpepa"
-path.s3tc="res://.godot/imported/CubeContainer_0.png-b907972e43523411a1ce5e381b72222c.s3tc.ctex"
+path.s3tc="res://.godot/imported/CubeContainer_0.png-15e16de14f080da2ad8bf26b2e15fbbb.s3tc.ctex"
 metadata={
 "imported_formats": ["s3tc_bptc"],
 "vram_texture": true
@@ -12,8 +12,8 @@ generator_parameters={}
 
 [deps]
 
-source_file="res://component/entity/box/CubeContainer_0.png"
-dest_files=["res://.godot/imported/CubeContainer_0.png-b907972e43523411a1ce5e381b72222c.s3tc.ctex"]
+source_file="res://component/entity/props/box/CubeContainer_0.png"
+dest_files=["res://.godot/imported/CubeContainer_0.png-15e16de14f080da2ad8bf26b2e15fbbb.s3tc.ctex"]
 
 [params]
 

+ 2 - 2
godot/component/entity/box/box.tscn

@@ -1,6 +1,6 @@
 [gd_scene load_steps=3 format=3 uid="uid://bcpri2x5afoyb"]
 
-[ext_resource type="PackedScene" uid="uid://bii08dedmqwkm" path="res://component/entity/box/CubeContainer.glb" id="1_bky5n"]
+[ext_resource type="PackedScene" uid="uid://bii08dedmqwkm" path="res://component/entity/props/box/CubeContainer.glb" id="1_n6b7q"]
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_v0rct"]
 
@@ -10,5 +10,5 @@ collision_mask = 0
 [node name="Shape" type="CollisionShape3D" parent="."]
 shape = SubResource("BoxShape3D_v0rct")
 
-[node name="CubeContainer" parent="." instance=ExtResource("1_bky5n")]
+[node name="CubeContainer" parent="." instance=ExtResource("1_n6b7q")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)

+ 1 - 1
godot/run/levels/infinite_level.tscn

@@ -4,7 +4,7 @@
 [ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="1_qdm47"]
 [ext_resource type="PackedScene" uid="uid://b10k58capm04o" path="res://component/entity/walker/walker.tscn" id="1_x0026"]
 [ext_resource type="PackedScene" uid="uid://bk0s5bn8k08bc" path="res://flow/control/local_input/local_input.tscn" id="2_0i5t8"]
-[ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/box/box.tscn" id="2_e8xto"]
+[ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/props/box/box.tscn" id="2_e8xto"]
 [ext_resource type="PackedScene" uid="uid://dao17ylietgyl" path="res://component/entity/vehicles/plane/tiny_plane.tscn" id="4_tbpfc"]
 [ext_resource type="PackedScene" uid="uid://cj5dmtqadl5nf" path="res://component/entity/vehicles/jeep/Jeep.tscn" id="6_nnvc5"]
 [ext_resource type="Script" path="res://flow/music_player/music_player.gd" id="8_iulsm"]