10 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [gd_scene load_steps=2 format=3 uid="uid://dy755v20lqu7q"]
 | |
| 
 | |
| [ext_resource type="PackedScene" uid="uid://oykrff3g74eo" path="res://Projectiles/projectile.tscn" id="1_d01p1"]
 | |
| 
 | |
| [node name="Projectile" instance=ExtResource("1_d01p1")]
 | |
| speed = 15
 | |
| damage = 2
 | |
| 
 | |
| [node name="HitBox" parent="." index="2"]
 | |
| collision_mask = 2
 | 
