Coloring Game: Studio

Coloring Game: Studio 0.3

Version
0.3
Version Date
Oct. 6, 2023
Links

Patch Notes

Update 0.3

Update 0.3 includes:
  • 10 new pictures (280,000 px.);
  • ability to upload custom pictures;
  • Fixed several minor bugs.

Upload your own pictures.





It is now possible to change the image scale.

When indexing colors, a new algorithm is used - Median cut.

The game by default has a limit on the width and height of the loaded image, which is 1024 px. If the picture is larger than the specified size, it will be automatically scaled.

The user can remove the limit on the size of the uploaded image by adding the following parameter to the config.json file:
"unlockLimitUpload":trueor change the limit (increase or decrease) by adding:
"maxLimitUpload":2048Examples of these fields are in the config_default.json file.