Open BookOwl opened 8 years ago
Are we going to use speech bubbles or just text?
I think that we need to add the actual bubbles.
So how will you implement the speech bubbles?
@bjskistad Draw both ends of the bubble, then add midsegments in-between for wider text?
Expanding on that, we'd have a minimum width for speech bubbles, so we'd know how big to make the ends.
If we used SVGs for speech bubbles we could render those and scale them as needed (the minimum width being scaled based on window size).
True, but drawing both ends of the bubble and then adding the midsegments, as mentioned above, would require some form of pen, correct?
@bjskistad No, we would blit
them to the screen without pen, although that does sound like a good idea.
@Tymewalk K.
These are kind of important. :P