default project: use the short color names (#2)

This commit is contained in:
Lephe 2019-07-05 08:17:23 -04:00
parent 14bef439ab
commit 67e80fc081
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
int main(void)
{
dclear(color_white);
dtext(4, 4, "Sample fxSDK add-in.", color_black, color_none);
dtext(1, 1, "Sample fxSDK add-in.", C_BLACK, C_NONE);
dupdate();
getkey();