Blockland Forums > Suggestions & Requests
Colorset System Remake
Advanced Bot:
I don't know why we can't do this...
%brick.setColor("R B G A");
Zeblote:
--- Quote from: Tezuni 2.0 on March 28, 2014, 10:28:32 PM ---This is pretty much my suggestion yes, didn't see that topic. But it would be nice if the colorset could be switched in-game without a restart, maybe just a clearing of all bricks.
--- End quote ---
I was actually working on that for a new version of the colorset editor, but didn't get to finish it.
Threule:
--- Quote from: Advanced Bot on March 29, 2014, 04:01:31 AM ---I don't know why we can't do this...
%brick.setColor("R B G A");
--- End quote ---
This could be a good idea
Zeblote:
--- Quote from: Advanced Bot on March 29, 2014, 04:01:31 AM ---I don't know why we can't do this...
%brick.setColor("R B G A");
--- End quote ---
Because someone though that sending a 1 byte color id for every brick is better than sending a 4 byte rgb color.
otto-san:
--- Quote from: Zeblote on March 29, 2014, 08:55:16 AM ---Because someone though that sending a 1 byte color id for every brick is better than sending a 4 byte rgb color.
--- End quote ---
and this would add up with hundreds of thousands of bricks
although you could probably make some kind of optimisation to it