cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.09k stars 109 forks source link

Paint commands #68

Closed gabstv closed 4 years ago

gabstv commented 4 years ago

Adds:

paint/color #ff0000 x y    # paint [x, y] with the color #ff0000
paint/fg x y               # paint [x, y] with the foreground color
paint/bg x y               # paint [x, y] with the background color
paint/p index x y          # paint using the current palette
cloudhead commented 4 years ago

Interesting! Can you describe how this is intended to be used?

gabstv commented 4 years ago

I'm using this on some rx scripts for presets, like auto tile templates.

cloudhead commented 4 years ago

Thanks!