~ubuntu-branches/ubuntu/trusty/hedgewars/trusty-proposed

« back to all changes in this revision

Viewing changes to QTfrontend/hwconsts.h

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov
  • Date: 2011-11-20 18:31:17 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20111120183117-pjhz1n2pvnmxa246
Tags: 0.9.17-1
* [Paul Wise]
 * Mention the homing bee in the package description (Closes: #577092)
 * Also install the hwengine desktop file (LP: #811770)
 * Depend on ttf-dejavu-core since it is smaller
 * Depend on ttf-wqy-zenhei instead of embedding a copy of it
* [Dmitry E. Oboukhov]
 * New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
extern bool isDevBuild;
59
59
#endif
60
60
 
 
61
#define HEDGEHOGS_PER_TEAM           8
 
62
 
61
63
#define AMMOLINE_DEFAULT_QT     "939192942219912103223511100120100000021111010101111101"
62
64
#define AMMOLINE_DEFAULT_PROB   "040504054160065554655446477657666666615551010111541101"
63
65
#define AMMOLINE_DEFAULT_DELAY  "000000000000020550000004000700400000000022000000060000"
108
110
                              0xffffef00, /. yellow         ./ \
109
111
                              // add new colors here 
110
112
                              0 }*/
111
 
#define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /* red    */ \
 
113
/*
 
114
#define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /. red    ./ \
 
115
                              0xff4980c1, /. blue   ./ \
 
116
                              0xff6ab530, /. green  ./ \
 
117
                              0xffbc64c4, /. purple ./ \
 
118
                              0xffe76d14, /. orange ./ \
 
119
                              0xff3fb6e6, /. cyan   ./ \
 
120
                              0xffe3e90c, /. yellow ./ \
 
121
                              0xff61d4ac, /. mint   ./ \
 
122
                              0xfff1c3e1, /. pink   ./ \
 
123
                              // add new colors here
 
124
                              0 }*/
 
125
/* another set. this one is a merge of mikade/bugq colours w/ a bit of channel feedback */
 
126
#define HW_TEAMCOLOR_ARRAY  { 0xffff0204, /* red    */ \
112
127
                              0xff4980c1, /* blue   */ \
113
 
                              0xff6ab530, /* green  */ \
114
 
                              0xffbc64c4, /* purple */ \
115
 
                              0xffe76d14, /* orange */ \
116
 
                              0xff3fb6e6, /* cyan   */ \
117
 
                              0xffe3e90c, /* yellow */ \
118
 
                              0xff61d4ac, /* mint   */ \
119
 
                              0xfff1c3e1, /* pink   */ \
 
128
                              0xff1de6ba, /* teal   */ \
 
129
                              0xffb541ef, /* purple */ \
 
130
                              0xffe55bb0, /* pink   */ \
 
131
                              0xff20bf00, /* green  */ \
 
132
                              0xfffe8b0e, /* orange */ \
 
133
                              0xff5f3605, /* brown  */ \
 
134
                              0xffffff01, /* yellow */ \
120
135
                              /* add new colors here */ \
121
136
                              0 }