summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/cfg.h
Unidiff
Diffstat (limited to 'noncore/games/zlines/cfg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zlines/cfg.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/noncore/games/zlines/cfg.h b/noncore/games/zlines/cfg.h
new file mode 100644
index 0000000..5bb5e0c
--- a/dev/null
+++ b/noncore/games/zlines/cfg.h
@@ -0,0 +1,47 @@
1/***************************************************************************
2 cfg.h - description
3 -------------------
4 begin : Fri May 19 2000
5 copyright : (C) 2000 by Roman Razilov
6 email : Roman.Razilov@gmx.de
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17#ifndef __CFG_H
18#define __CFG_H 1
19
20#define LINESVERSION "0.6.1"
21
22#define NCOLORS 7
23#define BALLSDROP 3
24
25#define NOBALL -1
26#define PIXTIME 10
27#define FIREBALLS 4
28#define BOOMBALLS 4
29#define FIREPIX 5
30#define STEPTIME 3
31#define NORMALBALL PIXTIME + BOOMBALLS
32#define TIMERCLOCK 25
33
34enum Anim
35{
36 ANIM_NO,
37 ANIM_JUMP,
38 ANIM_RUN,
39 ANIM_BORN,
40 ANIM_BURN,
41 ANIM_YES,
42 ANIM_BLOCK
43};
44
45//#define _DBG_
46
47#endif //__CFG_H