FuncIt/source/entities/shooting/Hyperbolic_Trajectory/Hyperbolic_Barrel.tscn
2021-11-18 20:49:23 +02:00

9 lines
280 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://source/assets/scripts/shooting/Hyperbola/Hyperbolic_Barrel.gd" type="Script" id=1]
[node name="Hyperbolic_Barrel" type="Line2D"]
width = 7.0
default_color = Color( 0.4, 0.501961, 1, 0.529412 )
script = ExtResource( 1 )