the-crypt/magic/Wands/TripleWand.tscn

23 lines
671 B
Plaintext
Raw Normal View History

2020-07-19 18:36:36 -05:00
[gd_scene load_steps=3 format=2]
2020-07-18 16:13:45 -05:00
[ext_resource path="res://art/TripleWand.png" type="Texture" id=1]
2020-07-19 18:36:36 -05:00
[ext_resource path="res://magic/Wands/WandClass.gd" type="Script" id=2]
2020-07-18 16:13:45 -05:00
[node name="TripleWand" type="Sprite"]
rotation = 1.5708
texture = ExtResource( 1 )
offset = Vector2( 0, -11 )
2020-07-19 18:36:36 -05:00
script = ExtResource( 2 )
2020-07-18 16:13:45 -05:00
2020-07-19 18:36:36 -05:00
[node name="ProjectileSpawn1" type="Position2D" parent="."]
position = Vector2( -5.00007, -20 )
[node name="ProjectileSpawn2" type="Position2D" parent="."]
position = Vector2( -8.01086e-05, -22 )
[node name="ProjectileSpawn3" type="Position2D" parent="."]
position = Vector2( 4.99993, -20 )
2020-07-18 16:13:45 -05:00
[node name="ShootDelay" type="Timer" parent="."]
2020-07-19 18:43:58 -05:00
wait_time = 0.3