فهرست منبع

:truck: Rename tiny plane as rocket

DricomDragon 4 هفته پیش
والد
کامیت
520c003cd4

godot/component/entity/vehicles/plane/Launcher.glb → godot/component/entity/vehicles/rocket/Launcher.glb


+ 3 - 3
godot/component/entity/vehicles/plane/Launcher.glb.import

@@ -4,12 +4,12 @@ importer="scene"
 importer_version=1
 type="PackedScene"
 uid="uid://2vrfrmuq0mu7"
-path="res://.godot/imported/Launcher.glb-82cf46539a49e55306bad46cc115c9d6.scn"
+path="res://.godot/imported/Launcher.glb-1347f46fafadc116d961add47d9e0426.scn"
 
 [deps]
 
-source_file="res://component/entity/vehicles/plane/Launcher.glb"
-dest_files=["res://.godot/imported/Launcher.glb-82cf46539a49e55306bad46cc115c9d6.scn"]
+source_file="res://component/entity/vehicles/rocket/Launcher.glb"
+dest_files=["res://.godot/imported/Launcher.glb-1347f46fafadc116d961add47d9e0426.scn"]
 
 [params]
 

godot/component/entity/vehicles/plane/tiny_plane.gd → godot/component/entity/vehicles/rocket/tiny_rocket.gd


+ 3 - 3
godot/component/entity/vehicles/plane/tiny_plane.tscn

@@ -1,7 +1,7 @@
 [gd_scene load_steps=6 format=3 uid="uid://dao17ylietgyl"]
 
-[ext_resource type="Script" path="res://component/entity/vehicles/plane/tiny_plane.gd" id="1_tviov"]
-[ext_resource type="PackedScene" uid="uid://2vrfrmuq0mu7" path="res://component/entity/vehicles/plane/Launcher.glb" id="2_bc1sn"]
+[ext_resource type="Script" path="res://component/entity/vehicles/rocket/tiny_rocket.gd" id="1_tviov"]
+[ext_resource type="PackedScene" uid="uid://2vrfrmuq0mu7" path="res://component/entity/vehicles/rocket/Launcher.glb" id="2_bc1sn"]
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_stelr"]
 size = Vector3(1, 0.898005, 3.32631)
@@ -15,7 +15,7 @@ disable_receive_shadows = true
 material = SubResource("StandardMaterial3D_8xj10")
 size = Vector3(0.21, 0.21, 8.95)
 
-[node name="TinyPlane" type="VehicleBody3D"]
+[node name="TinyRocket" type="VehicleBody3D"]
 collision_layer = 8
 collision_mask = 3
 input_ray_pickable = false

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

@@ -5,7 +5,7 @@
 [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/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://dao17ylietgyl" path="res://component/entity/vehicles/rocket/tiny_rocket.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="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="7_5xsqf"]
 [ext_resource type="PackedScene" uid="uid://dhmnou48k24lr" path="res://component/entity/props/triangle/flat_triangle.tscn" id="7_yyaog"]
@@ -252,13 +252,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 132.368, 3.71743, 119.417)
 
 [node name="Vehicles" type="Node3D" parent="."]
 
-[node name="TinyPlane" parent="Vehicles" instance=ExtResource("4_tbpfc")]
+[node name="TinyRocket" parent="Vehicles" instance=ExtResource("4_tbpfc")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29.042, 39.7954, -37.6605)
 
-[node name="TinyPlane2" parent="Vehicles" instance=ExtResource("4_tbpfc")]
+[node name="TinyRocket2" parent="Vehicles" instance=ExtResource("4_tbpfc")]
 transform = Transform3D(-0.775903, 0, -0.630852, 0, 1, 0, 0.630852, 0, -0.775903, 14.9497, 0.52338, 73.366)
 
-[node name="TinyPlane3" parent="Vehicles" instance=ExtResource("4_tbpfc")]
+[node name="TinyRocket3" parent="Vehicles" instance=ExtResource("4_tbpfc")]
 transform = Transform3D(-0.999964, -0.0016572, 0.00828823, -0.00829157, 0.00200407, -0.999963, 0.00164053, -0.999997, -0.00201774, 18.1743, 3.55385, 70.2603)
 
 [node name="Jeep1" parent="Vehicles" instance=ExtResource("6_nnvc5")]

+ 1 - 1
godot/run/levels/test/multi_planes.tscn

@@ -2,7 +2,7 @@
 
 [ext_resource type="Texture2D" uid="uid://cgwafs6ukpm7y" path="res://component/entity/ground/ground051.jpg" id="1_4htd0"]
 [ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="2_gxt8l"]
-[ext_resource type="PackedScene" uid="uid://dao17ylietgyl" path="res://component/entity/vehicles/plane/tiny_plane.tscn" id="6_2gcd8"]
+[ext_resource type="PackedScene" uid="uid://dao17ylietgyl" path="res://component/entity/vehicles/rocket/tiny_rocket.tscn" id="6_2gcd8"]
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
 size = Vector3(500, 10, 500)