PDA

View Full Version : Dither Pick



Asuna Yuuki Nagato
01-20-2024, 02:48 AM
How do I launch the Dither Pick tool?

Asuna Yuuki Nagato
01-23-2024, 06:12 AM
In init_data.cpp we have:



Button(text = "Edit Light Dither Style",
height = 1.5_em, fitParent = true,
colSpan = 2,
onPressFunc = [&]()
{
call_edit_dither(local_zinit.dither_type, local_zinit.dither_arg, local_zinit.darkcol, false);
refresh_dlg();
}),


So, I guess that's the answer

Asuna Yuuki Nagato
01-23-2024, 10:45 AM
Quest->Init Data->Vars->Dark Room->Edit Light Dither Style

Asuna Yuuki Nagato
01-27-2024, 08:06 PM
https://i.postimg.cc/nL4fg8P4/dither-pick.png