FuncIt/source/entities/shooting/Line_Trajectory/Line_Barrel.tscn
Moonshrike a1dbc8cc28 save
2021-11-14 22:08:37 +02:00

8 lines
248 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"]
points = PoolVector2Array( 0, 0, 10, 0, 100, 0 )
script = ExtResource( 1 )