[gd_scene load_steps=5 format=2] [ext_resource path="res://art/ecoprojectile.png" type="Texture" id=1] [ext_resource path="res://magic/Projectiles/EcoProjectile.gd" type="Script" id=2] [ext_resource path="res://Sound Effects/EcoProjectile.wav" type="AudioStream" id=3] [sub_resource type="CircleShape2D" id=1] radius = 6.08276 [node name="EcoProjectile" type="KinematicBody2D"] collision_layer = 8 collision_mask = 6 script = ExtResource( 2 ) [node name="Sprite" type="Sprite" parent="."] scale = Vector2( 1.5, 1.5 ) texture = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [node name="FireSound" type="AudioStreamPlayer2D" parent="."] scale = Vector2( 1, 1.00738 ) stream = ExtResource( 3 )