reworked config subcommand to be easier to code (kill me)

This commit is contained in:
2024-11-21 22:25:30 +01:00
parent 3b1b9d2ec6
commit 986477ef40
@@ -34,13 +34,11 @@ import java.util.concurrent.CompletableFuture
// [emitter id]
// output -> removes the particle with that id
// config // TODO: find a way to make this remotely feasible
// config // TODO
// [emitter id]
// <[particle index] / EMITTER>
// single param (if EMITTER, use emitter params instead)
// [param key]
// [new param value]
// [param key] // HARDCODED KEYS, if EMITTER use emitter params.
// [new param value] // HARDCODED TYPES
// output -> update the selected parameter of the selected emitter id to the new value
// list