54 lines
2.4 KiB
Plaintext
54 lines
2.4 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://tlr55u0gn20l"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/PlayerShip.cs" id="1_cpbf1"]
|
|
[ext_resource type="PackedScene" uid="uid://d0bi42b1tkjre" path="res://Packed-Scenes/PlayerShipExplosion.tscn" id="2_13dyf"]
|
|
[ext_resource type="ArrayMesh" uid="uid://68qoj4h2xh77" path="res://Meshes/PlayerShip.mesh" id="3_716so"]
|
|
[ext_resource type="Texture2D" uid="uid://dd4f3mkovliof" path="res://Textures/part_jet_flare_dff.png" id="4_87x8f"]
|
|
[ext_resource type="Material" uid="uid://c8qfub1ip6uqj" path="res://Material/PlayerShip.tres" id="4_oxh4m"]
|
|
[ext_resource type="Texture2D" uid="uid://dtiljorcwbex" path="res://Textures/part_jet_core_dff.png" id="5_034vf"]
|
|
[ext_resource type="PackedScene" uid="uid://ck31g3hvggoh" path="res://Packed-Scenes/LaserBeam.tscn" id="9_kbdnc"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_330dr"]
|
|
radius = 0.9
|
|
|
|
[node name="PlayerShip" type="Node3D" node_paths=PackedStringArray("jet", "rbPlayer", "shots")]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74227e-08, 0, -1, 0, 0, 0)
|
|
script = ExtResource("1_cpbf1")
|
|
explosion = ExtResource("2_13dyf")
|
|
jet = NodePath("RigidBody3D/Jet")
|
|
laser = ExtResource("9_kbdnc")
|
|
rbPlayer = NodePath("RigidBody3D")
|
|
shots = NodePath("Shots")
|
|
|
|
[node name="RigidBody3D" type="RigidBody3D" parent="."]
|
|
mass = 100.0
|
|
gravity_scale = 0.0
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"]
|
|
shape = SubResource("SphereShape3D_330dr")
|
|
|
|
[node name="PlayerShipMesh" type="MeshInstance3D" parent="RigidBody3D"]
|
|
transform = Transform3D(0.01, 0, 0, 0, 0, -0.01, 0, 0.01, 0, 0, -0.0836085, 0)
|
|
gi_mode = 2
|
|
mesh = ExtResource("3_716so")
|
|
skeleton = NodePath("")
|
|
surface_material_override/0 = ExtResource("4_oxh4m")
|
|
|
|
[node name="Jet" type="Node3D" parent="RigidBody3D"]
|
|
visible = false
|
|
|
|
[node name="JetCore" type="Sprite3D" parent="RigidBody3D/Jet"]
|
|
transform = Transform3D(1, -3.55271e-14, 3.82137e-15, 3.82137e-15, 4.37114e-08, -1, 3.55271e-14, 1, 4.37114e-08, 0, 0.01, -1.392)
|
|
shaded = true
|
|
texture = ExtResource("5_034vf")
|
|
|
|
[node name="JetFlare" type="Sprite3D" parent="RigidBody3D/Jet"]
|
|
transform = Transform3D(1, -2.84217e-14, 3.82137e-15, 3.82137e-15, 4.37114e-08, -1, 2.84217e-14, 1, 4.37114e-08, 0, -0.01, -1.392)
|
|
shaded = true
|
|
texture = ExtResource("4_87x8f")
|
|
|
|
[node name="AudioListener3D" type="AudioListener3D" parent="."]
|
|
current = true
|
|
|
|
[node name="Shots" type="Node3D" parent="."]
|