Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

woah this is so cute!! if you don't mind sharing, how did you get multiple colours?

(+2)

Im a hacker bro. I just tweaked the page a bit to add brushes with different colors Bv
but is little easy, although it requires knowing how the program in which wigglypaint was created works internally

First, you have to click on "Tool" located in the top bar, and then click on "Widgets" This will allow you to modify the interface. You will have to duplicate the markers and rename (You can change its name by double-clicking on its sprite) the new ones to "hi*numbers*" by placing a number between [32 - 47] except for 33, 36, 39, 32, 47, 44 those numbers are already in used (it won't work if you use other numbers, so strictly speaking, the limit is 16 color palettes, plus the number 44 is reserved for the preview when changing colors in "options")

(+2)

Changing its color tone will be a little more difficult. You have to go to the options section of WigglyPaint and then duplicate a colored square and its Hex text. Change the name of the new square to "c*the same number as the new marker*" and with that you will be able to customize the sixth color!

(+2)

Now, to customize its hexadecimal value, you'll need to do a little programming. In the same options section, change the name of the Hex text box for the new number to any name you like to identify it. Then, open the "Card" tab and click on "Script..." where you'll simply need to paste this:

on view do
  TheSigmaColor.text:f format patterns[40]
end
on apply_pal do
 patterns[40]:f parse TheSigmaColor.text
end

Then exit the section by going to "File -> Close Script"

(+2)

it works!! thank you so much!!! :>