the-crypt/magic/Wands/ChargedWand.tscn

24 lines
681 B
Plaintext
Raw Normal View History

2020-07-19 18:36:36 -05:00
[gd_scene load_steps=3 format=2]
2020-07-18 15:58:23 -05:00
2020-07-21 19:50:43 -05:00
[ext_resource path="res://magic/Wands/ChargedWand.gd" type="Script" id=1]
[ext_resource path="res://art/Wand.png" type="Texture" id=2]
2020-07-18 15:58:23 -05:00
2020-07-18 19:50:16 -05:00
[node name="ChargedWand" type="Sprite"]
2020-07-21 19:50:43 -05:00
position = Vector2( 11, 0 )
2020-07-18 15:58:23 -05:00
rotation = 1.5708
texture = ExtResource( 2 )
2020-07-19 18:36:36 -05:00
script = ExtResource( 1 )
2020-07-18 15:58:23 -05:00
[node name="ProjectileSpawn" type="Position2D" parent="."]
position = Vector2( -6.11959e-07, -7 )
2020-07-19 18:36:36 -05:00
rotation = -1.5708
2020-07-18 15:58:23 -05:00
[node name="ShootDelay" type="Timer" parent="."]
wait_time = 0.3
one_shot = true
2020-07-21 19:50:43 -05:00
[node name="ChargeTimer" type="Timer" parent="."]
wait_time = 0.4
one_shot = true
[connection signal="timeout" from="ChargeTimer" to="." method="_on_ChargeTimer_timeout"]