description requests
This commit is contained in:
parent
de2e8b1e50
commit
6fbae10750
35 changed files with 359 additions and 154 deletions
|
|
@ -168,17 +168,17 @@ shape = SubResource("RectangleShape2D_n1xkd")
|
|||
[node name="Shooter" type="Marker2D" parent="." index="5" node_paths=PackedStringArray("_timer")]
|
||||
script = ExtResource("4_sckvu")
|
||||
_projectile = ExtResource("5_sckvu")
|
||||
_timer = NodePath("Timer")
|
||||
_timer = NodePath("FireTimer")
|
||||
|
||||
[node name="Timer" type="Timer" parent="Shooter" index="0" node_paths=PackedStringArray("entity")]
|
||||
wait_time = 5.0
|
||||
[node name="FireTimer" type="Timer" parent="Shooter" index="0" node_paths=PackedStringArray("entity")]
|
||||
wait_time = 2.5
|
||||
one_shot = true
|
||||
script = ExtResource("6_xwpd6")
|
||||
entity = NodePath("../..")
|
||||
|
||||
[node name="Behaviour" type="Node" parent="." index="6" node_paths=PackedStringArray("_shootTimer", "_sight")]
|
||||
script = ExtResource("7_q31qc")
|
||||
_shootTimer = NodePath("../Shooter/Timer")
|
||||
_shootTimer = NodePath("../Shooter/FireTimer")
|
||||
_sight = NodePath("../Eysight")
|
||||
|
||||
[node name="FlashController" parent="." index="7"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue