FuncIt/source/entities/shooting/Line_Trajectory/Line_Barrel.tscn
Moonshrike c12ce1928d pushed
2021-11-15 00:17:09 +02:00

13 lines
357 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://source/assets/scripts/shooting/Line/Line_Barrel.gd" type="Script" id=1]
[node name="Line_Barrel" type="Line2D"]
script = ExtResource( 1 )
[node name="Timer" type="Timer" parent="."]
wait_time = 0.046
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]