84 lines
3.1 KiB
Plaintext
84 lines
3.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://cdsc35cj566q1"]
|
|
|
|
[ext_resource type="Script" path="res://Player/Capricorn/Attacks/CapricornLaserShot.cs" id="1_8lywi"]
|
|
[ext_resource type="Texture2D" uid="uid://dha44dnvwhajo" path="res://Textures/Projectiles/Projectile_Capricorn.png" id="2_8osg4"]
|
|
[ext_resource type="AudioStream" uid="uid://bykwwct1not4e" path="res://Audio/SFX/capricorn laeser.wav" id="2_jeoco"]
|
|
|
|
[sub_resource type="Curve3D" id="Curve3D_goxuk"]
|
|
_data = {
|
|
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.008, 1, -5),
|
|
"tilts": PackedFloat32Array(0, 0)
|
|
}
|
|
point_count = 2
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_hebl4"]
|
|
height = 7.40727
|
|
radius = 0.419241
|
|
|
|
[node name="CapricornLaser" type="Node3D"]
|
|
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0)
|
|
script = ExtResource("1_8lywi")
|
|
Cooldown = 1.0
|
|
_soundEffect = ExtResource("2_jeoco")
|
|
_projectileSpeed = 3.0
|
|
|
|
[node name="Forward Shot" type="Path3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.25)
|
|
top_level = true
|
|
curve = SubResource("Curve3D_goxuk")
|
|
|
|
[node name="PathFollow3D" type="PathFollow3D" parent="Forward Shot"]
|
|
transform = Transform3D(-0.999998, 0, 0.00159994, 0, 1, 0, -0.00159994, 0, -0.999998, 0, 1, 0)
|
|
loop = false
|
|
tilt_enabled = false
|
|
|
|
[node name="Hitbox" type="RigidBody3D" parent="Forward Shot/PathFollow3D"]
|
|
transform = Transform3D(-1, 0, -0.000800046, 0, 1, 0, 0.000800046, 0, -1, 0.000400023, -1, 0.5)
|
|
collision_layer = 34
|
|
collision_mask = 34
|
|
gravity_scale = 0.0
|
|
continuous_cd = true
|
|
max_contacts_reported = 1
|
|
contact_monitor = true
|
|
can_sleep = false
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Forward Shot/PathFollow3D/Hitbox"]
|
|
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
|
shape = SubResource("CylinderShape3D_hebl4")
|
|
|
|
[node name="Sprite3D2" type="Sprite3D" parent="Forward Shot/PathFollow3D/Hitbox"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.33, 0, 0.5)
|
|
centered = false
|
|
axis = 1
|
|
texture = ExtResource("2_8osg4")
|
|
|
|
[node name="Backward Shot" type="Path3D" parent="."]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0.25)
|
|
top_level = true
|
|
curve = SubResource("Curve3D_goxuk")
|
|
|
|
[node name="PathFollow3D" type="PathFollow3D" parent="Backward Shot"]
|
|
transform = Transform3D(-0.999998, 0, 0.00159994, 0, 1, 0, -0.00159994, 0, -0.999998, 0, 1, 0)
|
|
loop = false
|
|
tilt_enabled = false
|
|
|
|
[node name="Hitbox" type="RigidBody3D" parent="Backward Shot/PathFollow3D"]
|
|
transform = Transform3D(-1, 0, -0.000800046, 0, 1, 0, 0.000800046, 0, -1, 0.000400023, -1, 0.5)
|
|
collision_layer = 34
|
|
collision_mask = 34
|
|
gravity_scale = 0.0
|
|
continuous_cd = true
|
|
max_contacts_reported = 1
|
|
contact_monitor = true
|
|
can_sleep = false
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Backward Shot/PathFollow3D/Hitbox"]
|
|
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
|
shape = SubResource("CylinderShape3D_hebl4")
|
|
|
|
[node name="Sprite3D2" type="Sprite3D" parent="Backward Shot/PathFollow3D/Hitbox"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.33, 0, 0.5)
|
|
centered = false
|
|
axis = 1
|
|
texture = ExtResource("2_8osg4")
|