mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
13 lines
386 B
Plaintext
13 lines
386 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"]
|
|
width = 7.0
|
|
default_color = Color( 0.4, 0.501961, 1, 0.529412 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|