Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

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!!! :>

(+1)

Hello, are these steps the same for the lineart brushes? Can i have multiple colours?

(1 edit) (+1)

No, to do that you have to use another method that is simpler, such as just adding a single line of code to the canvas widget

But even so, it's not possible to draw like that because it causes a bug due to programming language limitations; it makes the marker strokes appear on top of the line art brushes

As far as I know, there's no way to fix that, so it can't be done. But if you still want to do it...

You need to open the properties of the canvas widget and select the "prototype" option, which will open a section where you need to open its scripts

Within the entire line of code, you have to look for the if and elseif functions of the brushes and place this in between the lines of code

c.pattern:37 <-(The ID of the color you want to use)

(+2)

Internet-Janitor has written about how to modify the lineart brushes over on the Decker forums!

Deleted 3 days ago