Closed TodePond closed 1 year ago
I tried making a new concept called "updates" which are very similar to operations, but intended to be used by Arroost instead of Nogan. However, it started to require so much logic that depended on the UI. I think it should be the job of the UI instead, so....
let's literally just output all operations to the UI, and then the UI can pick out specific ones to apply. noice
Ok got some 'fired' reports going. Only issue now is.... how does it report which nod is firing, including which layer? Maybe I group together operations per layer???
lets refactor ids...
done
The operations will adapt very easily to this! Should just add it to the
operate
function