Most of prototype! yay
This commit is contained in:
15
entities/energy_flow/energy_flow_line.tscn
Normal file
15
entities/energy_flow/energy_flow_line.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dpgncxhv41apt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dtbeaqn2f6anq" path="res://entities/energy_flow/energy_flow_line.gd" id="1_fx3ax"]
|
||||
|
||||
[node name="EnergyFlowLine" type="Node2D"]
|
||||
script = ExtResource("1_fx3ax")
|
||||
maximum_flow_distance = 305.0
|
||||
|
||||
[node name="EnergyLine" type="Line2D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
width = 3.0
|
||||
default_color = Color(0.705901, 0.0965751, 0.690904, 1)
|
||||
|
||||
[node name="RayCast" type="RayCast2D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
Reference in New Issue
Block a user