conforms file names to consistant standard
This commit is contained in:
18
scenes/flow_field/flow_node.tscn
Normal file
18
scenes/flow_field/flow_node.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene format=3 uid="uid://bssfvyxv5uo1f"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c86ygtor5tksd" path="res://scenes/flow_field/flow_node.gd" id="1_ng65h"]
|
||||
[ext_resource type="PackedScene" uid="uid://h7el2c2awv6" path="res://scenes/flow_field/flow_node2.tscn" id="2_bmgs5"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_bmgs5"]
|
||||
radius = 0.4
|
||||
|
||||
[node name="FlowNode" type="StaticBody3D" unique_id=693964790]
|
||||
collision_layer = 64
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_ng65h")
|
||||
metadata/_custom_type_script = "uid://c86ygtor5tksd"
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=218852378]
|
||||
shape = SubResource("SphereShape3D_bmgs5")
|
||||
|
||||
[node name="flow_node" parent="." unique_id=1362505504 instance=ExtResource("2_bmgs5")]
|
||||
Reference in New Issue
Block a user