This is comment for paste
Live chat box on canvas (Update 2)
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If you don't want to have the chatbox always spawn at your cursor's position,
- replace cursor.x and cursor.y with regular coords in the following line:
- // --- Constants ---
- const CHAT_START_X = cursor.x;
- const CHAT_START_Y = cursor.y;
Advertisement
Add Comment
Please, Sign In to add comment