[gd_scene load_steps=3 format=2] [ext_resource path="res://art/PrismaticWand.png" type="Texture" id=1] [ext_resource path="res://magic/Wands/PrismWand.gd" type="Script" id=2] [node name="PrismWand" type="Sprite"] position = Vector2( 1, 0 ) 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="."] wait_time = 0.2 one_shot = true