[gd_scene load_steps=3 format=2] [ext_resource path="res://art/PrismaticWand.png" type="Texture" id=1] [ext_resource path="res://magic/Wands/WandClass.gd" type="Script" id=2] [node name="PrismWand" type="Sprite"] rotation = 1.5708 texture = ExtResource( 1 ) offset = Vector2( 0, -10 ) script = ExtResource( 2 ) [node name="ProjectileSpawn" type="Position2D" parent="."] position = Vector2( 0, -20 ) rotation = -1.5708 [node name="ShootDelay" type="Timer" parent="."]