-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTest.tscn
38 lines (21 loc) · 1.02 KB
/
Test.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Test.gd" type="Script" id=1]
[ext_resource path="res://Lightning.tscn" type="PackedScene" id=2]
[ext_resource path="res://Effects/FadedLightning/FadedLightning.tscn" type="PackedScene" id=3]
[node name="Node2D" type="Node2D" index="0"]
script = ExtResource( 1 )
[node name="Lightning1" parent="." index="0" instance=ExtResource( 2 )]
position = Vector2( 808.958, 36.2636 )
[node name="FadedLightning2" parent="." index="1" instance=ExtResource( 3 )]
position = Vector2( 567.053, 60.213 )
[node name="FadedLightning3" parent="." index="2" instance=ExtResource( 3 )]
position = Vector2( 622.844, 43.4758 )
[node name="FadedLightning4" parent="." index="3" instance=ExtResource( 3 )]
position = Vector2( 477.789, 51.8445 )
[node name="FadedLightning5" parent="." index="4" instance=ExtResource( 3 )]
position = Vector2( 131.89, 54.634 )
[node name="ResetLightningTimer" type="Timer" parent="." index="5"]
process_mode = 1
wait_time = 1.0
one_shot = false
autostart = false