[gd_scene load_steps=4 format=2] [ext_resource path="res://src/templates/projectile_template.tscn" type="PackedScene" id=1] [ext_resource path="res://assets/items/mushroom_icon.png" type="Texture" id=2] [sub_resource type="CapsuleShape2D" id=1] radius = 6.0 height = 2.0 [node name="MushroomPew" instance=ExtResource( 1 )] velocity_pps = 300.0 [node name="CollisionShape2D" type="CollisionShape2D" parent="." index="0"] shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="." index="1"] texture = ExtResource( 2 )