GameTactic / Room

The "Room" component of Gametactic. Some say, its heart of the GameTactic.
GNU General Public License v3.0
14 stars 4 forks source link

MVP1 - Canvas Tools Icons #91

Open bryansamuel1 opened 4 years ago

bryansamuel1 commented 4 years ago

Select on map: Default cursor icon from font awesome Ping: Pointer cursor icon from font awesome FreeDraw: Pencil icon from font awesome Straight Line: Pencil icon from font awesome Circle: Pointer cursor icon from font awesome Ruler: Pointer cursor icon from font awesome Text: The write text icon from font awesome Eraser: Eraser icon from font awesome

bryansamuel1 commented 4 years ago

@allforme3 nice challenging ticket for you to start with if you want :)

allforme3 commented 4 years ago

Change the pointer to show the size of the line that the tool will draw, If the user selects size 10 then a size 10 dot is underneath the pointer so he can see what size the line will be before he presses his mouse.

Is that even possible without doing crazy stuff like, not using a pointer and a custom element on hover? because then that is out of my understanding.

bryansamuel1 commented 4 years ago

@allforme3 where are we at with this ticket? please update.

allforme3 commented 4 years ago

Half way through part 2. Trying to improve browser performance.