A Fill Tool


avatar
Salamander 48 [ 5:23 pm Wed Jun 13th, 2012 ]

A fill tool would be such a useful addition to this game. I assume this has been suggested before but I thought I'd add my support.

Replies


avatar
Lemur King 60 [ 7:28 pm Wed Jun 13th, 2012 ]

It's been brought up before. I would love to see one added, but I'm not going to lose any sleep if it never does. I would at least like to see an obnoxiously-large brush size that can fill the entire canvas in a couple strokes :P

avatar
KxRook 59 [ 8:03 pm Wed Jun 13th, 2012 ]

I'd buy a mid sized square brush over fill tbqh.

avatar
Mave 59 [ 10:27 pm Wed Jun 13th, 2012 ]

SQUARE BRUSH... here here.

avatar
Lemur King 60 [ 11:01 pm Wed Jun 13th, 2012 ]

GIANT square brush! Emphasis on GIANT!

avatar
Teaberryblue 53 [ 9:12 am Thu Jun 14th, 2012 ]

In semi-agreement with KxRook, I don't want a fill tool that people can use everywhere. It's going to add to a uniformity of drawing style based on ease of use. Right now all the art is so different because people have to figure out their own ways to color or not color things in.

I DO think it would be nice to be able to select the background color with a single click, though.

avatar
Sanzsai 42 [ 12:53 pm Mon Jun 18th, 2012 ]

I just want a second layer. One to draw the black baselines, the other layer to draw the colors.

avatar
taekwondogirl 53 [ 1:16 pm Mon Jun 18th, 2012 ]

A second layer would take so much extra work to code in over all the other possible suggestions here.

avatar
Teaberryblue 53 [ 1:35 pm Mon Jun 18th, 2012 ]

Yeah, and a second layer would also require more processing time when the images are saved.

avatar
SweetSugar 3 [ 2:27 pm Mon Jun 18th, 2012 ]

Actually, I'm a programmer, been programming (and coding) in many different languages, but mainly C++, and HTML(5). Making a second layer for drawing things like this in HTML5 is not very hard, it dóes require more processing power because it needs to combine these two layers, but that extra amount of processing power is minimal.

avatar
taekwondogirl 53 [ 3:39 pm Mon Jun 18th, 2012 ]

It's minimal but the site can't even handle submitting one layer in on time if the server has issues. I don't think adding to the work is really a great idea before other issues have been ironed out.

avatar
SweetSugar 3 [ 4:14 pm Mon Jun 18th, 2012 ]

I agree, I just tried to state the obvious... or something. :-P

avatar
taekwondogirl 53 [ 4:55 pm Mon Jun 18th, 2012 ]

Out of curiosity, with coding for a second layer, couldn't it potentially screw a lot of things up?

avatar
SweetSugar 3 [ 9:34 am Tue Jun 19th, 2012 ]

Depends on how things are scripted right now, I am guessing Reed tried his best to make the code as modifiable as possible and sure, you need to polish up the whole editor if you add 2 layers, but that's almost for every feature you implement.

Post Reply


Please login to post a reply.