- Timestamp:
- Nov 3, 2009, 12:09:12 PM (15 years ago)
- Location:
- Daodan/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Console.c
r476 r477 33 33 34 34 TStColorFormattingCharacter DDrDSayColors[] = { 35 {'r', 0, 0, 0xFFEB5050}, 36 {'z', 0, 0, 0xFFFFFFFF}, 37 {0} 35 {'r', 0, 0, 0xFFEB5050}, //red 36 {'y', 0, 0, 0xFFFCFF1C}, //yellow 37 {'b', 0, 0, 0xFF93BBE9}, //blue 38 {'u', 0, 0, 0xFFF67603}, //umber 39 {'g', 0, 0, 0xFFA2DAA5}, //green 40 {'l', 0, 0, 0xFFBE90D9}, //lilac 41 {'o', 0, 0, 0xFFFBA500}, //orange 42 {'c', 0, 0, 0xFF93EAEB}, //cyan 43 //New Colors Here... 44 {'k', 0, 0, 0xFF000000}, //black 45 {'v', 0, 0, 0xFFEB40EB}, //violet 46 {'w', 0, 0, 0xFFFFFFFF}, //white... 47 {'e', 0, 0, 0xFF505050}, //darkgrey 48 {'f', 0, 0, 0xFFAAAAAA}, //grey 49 {0} //POWER RANGERS GO! 38 50 }; 39 51 -
Daodan/src/Daodan_Console.h
r476 r477 1 1 #pragma once 2 #ifndef DAODAN_ PERSISTENCE_H3 #define DAODAN_ PERSISTENCE_H2 #ifndef DAODAN_CONSOLE_H 3 #define DAODAN_CONSOLE_H 4 4 5 5 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.