Changeset 477 for Daodan


Ignore:
Timestamp:
Nov 3, 2009, 12:09:12 PM (15 years ago)
Author:
gumby
Message:

Added in all colors
Fixed Guard whatever for Daodan_Console.h

Location:
Daodan/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Console.c

    r476 r477  
    3333
    3434TStColorFormattingCharacter 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!
    3850};
    3951
  • Daodan/src/Daodan_Console.h

    r476 r477  
    11#pragma once
    2 #ifndef DAODAN_PERSISTENCE_H
    3 #define DAODAN_PERSISTENCE_H
     2#ifndef DAODAN_CONSOLE_H
     3#define DAODAN_CONSOLE_H
    44
    55#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.