20 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			593 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [gd_scene load_steps=3 format=3 uid="uid://df8u7dogl4wi0"]
 | |
| 
 | |
| [ext_resource type="PackedScene" uid="uid://oykrff3g74eo" path="res://Projectiles/projectile.tscn" id="1_suva6"]
 | |
| 
 | |
| [sub_resource type="SphereShape3D" id="SphereShape3D_k24mn"]
 | |
| radius = 1.5
 | |
| 
 | |
| [node name="Projectile" instance=ExtResource("1_suva6")]
 | |
| type = 3
 | |
| speed = 5
 | |
| maxTargets = 3
 | |
| 
 | |
| [node name="HitBox" parent="." index="2"]
 | |
| collision_mask = 2
 | |
| 
 | |
| [node name="DamageArea" parent="." index="3"]
 | |
| collision_mask = 2
 | |
| 
 | |
| [node name="BoucingRange" type="CollisionShape3D" parent="DamageArea" index="0"]
 | |
| shape = SubResource("SphereShape3D_k24mn")
 | 
