updated to godot 4.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://7f4dfphgiswr"]
|
||||
[gd_scene format=3 uid="uid://7f4dfphgiswr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c8qjlgam6wuo0" path="res://Scenes/Projectiles/projectile.tscn" id="1_136w8"]
|
||||
[ext_resource type="Script" uid="uid://cubn2iabwg3" path="res://Scripts/Projectiles/explosive_projectile.gd" id="2_3adg2"]
|
||||
@@ -27,14 +27,14 @@ vertex_color_use_as_albedo = true
|
||||
material = SubResource("StandardMaterial3D_dqr5j")
|
||||
size = Vector3(0.2, 0.2, 0.2)
|
||||
|
||||
[node name="ExplosiveProjectile" instance=ExtResource("1_136w8")]
|
||||
[node name="ExplosiveProjectile" unique_id=1515091441 instance=ExtResource("1_136w8")]
|
||||
script = ExtResource("2_3adg2")
|
||||
explosion_range = 3.0
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer3D" parent="." index="2"]
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer3D" parent="." index="2" unique_id=1138017970]
|
||||
bus = &"SFX"
|
||||
|
||||
[node name="GPUParticles3D" type="GPUParticles3D" parent="." index="3"]
|
||||
[node name="GPUParticles3D" type="GPUParticles3D" parent="." index="3" unique_id=729922247]
|
||||
emitting = false
|
||||
amount = 80
|
||||
lifetime = 0.5
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://di2wwvkv4wov1"]
|
||||
[gd_scene format=3 uid="uid://di2wwvkv4wov1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://7f4dfphgiswr" path="res://Scenes/Projectiles/explosive_projectile.tscn" id="1_it3tw"]
|
||||
[ext_resource type="Script" uid="uid://dwr38fukjqu7r" path="res://Scripts/Projectiles/homing_projectile.gd" id="2_etdxg"]
|
||||
|
||||
[node name="HomingProjectile" instance=ExtResource("1_it3tw")]
|
||||
[node name="HomingProjectile" unique_id=1704606199 instance=ExtResource("1_it3tw")]
|
||||
script = ExtResource("2_etdxg")
|
||||
acceleration = 30.0
|
||||
max_speed = 15.0
|
||||
explosion_range = 6.0
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c8qjlgam6wuo0"]
|
||||
[gd_scene format=3 uid="uid://c8qjlgam6wuo0"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bifvnevs5y4nj" path="res://Scripts/Projectiles/projectile.gd" id="1_k4v4y"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_fgj4t"]
|
||||
radius = 0.2
|
||||
|
||||
[node name="Projectile" type="RigidBody3D" node_paths=PackedStringArray("collision_shape")]
|
||||
[node name="Projectile" type="RigidBody3D" unique_id=750354712 node_paths=PackedStringArray("collision_shape")]
|
||||
collision_layer = 0
|
||||
collision_mask = 5
|
||||
gravity_scale = 0.0
|
||||
max_contacts_reported = 1
|
||||
contact_monitor = true
|
||||
max_contacts_reported = 1
|
||||
script = ExtResource("1_k4v4y")
|
||||
collision_shape = NodePath("CollisionShape3D")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=255307928]
|
||||
shape = SubResource("SphereShape3D_fgj4t")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
[node name="Sprite3D" type="Sprite3D" parent="." unique_id=1229445457]
|
||||
billboard = 1
|
||||
texture_filter = 0
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://beq6rn0babncg"]
|
||||
[gd_scene format=3 uid="uid://beq6rn0babncg"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://7f4dfphgiswr" path="res://Scenes/Projectiles/explosive_projectile.tscn" id="1_atrjq"]
|
||||
[ext_resource type="Script" uid="uid://ba2aqn82wo747" path="res://Scripts/Projectiles/status_applying_projectile.gd" id="2_4p44n"]
|
||||
|
||||
[node name="StatusApplyingProjectile" instance=ExtResource("1_atrjq")]
|
||||
[node name="StatusApplyingProjectile" unique_id=290277616 instance=ExtResource("1_atrjq")]
|
||||
script = ExtResource("2_4p44n")
|
||||
status_stats = null
|
||||
|
||||
Reference in New Issue
Block a user