removed flow functionality. Was never used and is more confusing than not imo.

This commit is contained in:
ElonOlsson
2021-09-15 11:26:56 -04:00
parent b5de6ce775
commit 1833435172
4 changed files with 47 additions and 96 deletions
@@ -35,8 +35,7 @@ local Fluxnodes = {
ColorTablePaths = {
Standard = asset.localResource("transferfunctions/flux-nodes.txt"),
CMR = asset.localResource("transferfunctions/CMR.txt"),
Earth = asset.localResource("transferfunctions/flux-nodes-grey-scale.txt"),
Flow = asset.localResource("transferfunctions/flux-nodes-flow.txt")
Earth = asset.localResource("transferfunctions/flux-nodes-grey-scale.txt")
},
LoadAtRuntime = true,