CONTROLS: - Drawing style - 1: Constant line thickness - 2: Line Thickness changes based on line speed with a minimum thickness - Thickness: The width of the line. Ranges from 2 - 125 - Speed Effect: How much the mouse's speed affects the pen's width. Ranges from 0.5 - 25 - Color (P key or Color Button): You can pick a custom pen color. your current pen color can be seen at the bottom of the screen. - Undo (U key or Undo Button): Undoes the last action. Drawing after undoing an action will delete the action. - Redo (R key or Redo BUtton): Redoes your previous action. - Hide (H key or Hide Button): Hide all UI on the screen
- v1.25.26 - Fixed audio bug when drawing. The pencil sounds would continue when holding the mouse still. - v1.25.25 - Added new sounds to make the canvas more interactable. Sounds consist of Clicking for UI elements, Water sounds for choosing a color, and pencil sounds when drawing (with pitch and volume changes dependent on your mouse speed) - v1.18.24 - Fixed rendering bug where the lines would improperly draw and would create a large line across the screen. - v1.18.23 - Fixed a bug with showing the UI when opening the color picker - v1.18.22 - The UI shows when the Color picker is opened (if the UI has been hidden). - v1.18.21 - Fixed a bug with the Undo and Redo feature where it would execute their relative functions when they shouldn't. - v1.18.19 - Fixed some code with the buttons so It properly executes its task when clicked instead of when the mouse is being held + touching the button. - v1.18.15 - added new UI buttons to add more ways to use features. - v 1.14.11 - Removed being able to click the color bar for being too buggy or laggy - v1.14.10 - Pressing the color bar will open and close the color picker. - v1.13.10 - Changed the old color-picking system to a more visible version. The dot that used to show your current color has been changed to a bar at the bottom of the screen. - v1.11.8 - Switched from using RGB colors to HSV - v1.10.8 - Change some code to make list elements smaller and use fewer characters (dropping from 6 pieces of data to 4) - v1.10.5 - Added "Hide" feature to hide all UI on Screen - v1.9.5 - Added a dot next to the Color Toggle to show what color is currently being used. - v1.8.5 - Added Undo and Redo as a feature - v1.6.5 - Added a better visual aid when drawing lines (a very slight amount of blue is added to the aid) - v1.5.5 - Changed thickness max to 125 - v1.5.4 - Added color smoothing (although not noticeable for now) and changed how color is stored in lists to help with smoothing. - v1.5.2 - Added RGB Color - v1.4.2 - Made the thickness smoother between points - v1.4.0 - Added "Drawing Style." it switches between normal pen thickness and the thickness plus the speed of the mouse with a scalar. The smoothness will be fixed and updated soon. - v1.2.0 - Added Custom Thickness for each line rendered, changed the Mouse for a future update. - v1.0.0 - Release: You can draw with proper rendering and small amounts of mouse smoothing (thinking about line smoothing.)