This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Arbitrary color text | |
| * | |
| * Usage: `command custom_text_color(color) "[1C 00 02 {short color}]"` | |
| * where color is a 15-bit BGR color value. | |
| * Reset to main color with `text_color(0)` or `text_color(1)`. | |
| * | |
| * Setup: Change the second magenta color in each window graphics PNG to the | |
| * window background color. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * name_fun.ccs | |
| * Last updated 14 December 2018 | |
| */ | |
| /** | |
| * Base commands | |
| */ | |
| // Get a single character from a playable character's name. |
NewerOlder