mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
state only borders + watercolor style
This commit is contained in:
parent
44b3911e65
commit
687dedfe1b
9 changed files with 279 additions and 191 deletions
|
|
@ -22,7 +22,7 @@ document.getElementById("exitCustomization").addEventListener("mousemove", showD
|
|||
/**
|
||||
* @param {string} tip Tooltip text
|
||||
* @param {boolean} main Show above other tooltips
|
||||
* @param {string} type Message type (color): error, warn, success
|
||||
* @param {string} type Message type (color): error / warn / success
|
||||
* @param {number} time Timeout to auto hide, ms
|
||||
*/
|
||||
function tip(tip = "Tip is undefined", main, type, time) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue