cakefoot/src/config_coolmath.json
Cocktail Frank 6501bbe2ee - Add Python script for releasing builds as distributables
- Add Itch.io build
- Bug fix: replace the removed "arcade coin" key with the bank vector
2024-05-14 00:32:50 -04:00

15 lines
392 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"display":
{
"dimensions": [800, 450],
"title": "cakefoot🍰👣 Play it now at CoolmathGames.com",
"fullscreen enabled": false,
"splash": [
["resource/splash_coolmath.png", [36.0, 36.0, 36.0, 255.0], 2.0]
],
"default initials": "CMG",
"name entry enabled": false,
"social media click": false
}
}