the-crypt/magic/Wands/TripleWand.tscn
2020-07-20 14:24:15 -05:00

28 lines
772 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://art/TripleWand.png" type="Texture" id=1]
[ext_resource path="res://magic/Wands/TripleWand.gd" type="Script" id=2]
[node name="TripleWand" type="Sprite"]
position = Vector2( 5, 0 )
rotation = 1.5708
texture = ExtResource( 1 )
offset = Vector2( 0, -11 )
script = ExtResource( 2 )
[node name="ProjectileSpawn1" type="Position2D" parent="."]
position = Vector2( -5.00007, -20 )
rotation = -1.5708
[node name="ProjectileSpawn2" type="Position2D" parent="."]
position = Vector2( -8.01086e-05, -22 )
rotation = -1.5708
[node name="ProjectileSpawn3" type="Position2D" parent="."]
position = Vector2( 4.99993, -20 )
rotation = -1.5708
[node name="ShootDelay" type="Timer" parent="."]
wait_time = 0.3
one_shot = true