the-crypt/magic/Wands/TripleWand.tscn

28 lines
774 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 23:16:44 -05:00
[ext_resource path="res://magic/Wands/TripleWand.gd" type="Script" id=2]
2020-07-18 16:13:45 -05:00
[node name="TripleWand" type="Sprite"]
2020-07-19 23:16:44 -05:00
position = Vector2( 2, -2 )
2020-07-18 16:13:45 -05:00
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 )
2020-07-19 23:16:44 -05:00
rotation = -1.64061
2020-07-19 18:36:36 -05:00
[node name="ProjectileSpawn2" type="Position2D" parent="."]
position = Vector2( -8.01086e-05, -22 )
2020-07-19 23:16:44 -05:00
rotation = -1.6057
2020-07-19 18:36:36 -05:00
[node name="ProjectileSpawn3" type="Position2D" parent="."]
position = Vector2( 4.99993, -20 )
2020-07-19 23:16:44 -05:00
rotation = -1.5708
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
2020-07-19 23:16:44 -05:00
one_shot = true