todo: new flow logic: mark directionality code WIP

This commit is contained in:
thetaepsilon-gamedev 2017-10-16 23:44:17 +01:00
parent 0dd1dbc901
commit 7bacbdf015
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
-- Directionality code
-- Directionality code (in progress)
Currently, only "simple" flowable nodes exist, and they will always equalise pressure with all six neighbours.
A more sophisticated behaviour for this would be flowable node registration with some kind of custom callback, such that water can only flow into or out of these nodes in certain directions.
This would enable devices such as the airtight panels, sensor tubes and valves to have correct flow behaviour.