DungeonCrawl
Loading...
Searching...
No Matches
ascii.h
Go to the documentation of this file.
1
5
#ifndef ASCII_H
6
#define ASCII_H
7
8
#define HELMET_WIDTH 29
9
#define HELMET_HEIGHT 19
10
11
#define GOBLIN_WIDTH 30
12
#define GOBLIN_HEIGHT 11
13
14
static
const
char
ascii_helmet[HELMET_HEIGHT][HELMET_WIDTH] = {
15
" _ "
,
16
" ,''/., _ "
,
17
" `.-._\\`/. ( //'/'`. "
,
18
" _.-`-. ``' ` `( -. \\"
,
19
" ,' , ,-:._ _..-.. \\/"
,
20
" / ,'/ ,`.( _.'-'. )/ "
,
21
" `.\\ '( ,' `. "
,
22
" `._\\ /' \\ \\ "
,
23
" /: \\ \\-. "
,
24
" ,;':._______...-'_) "
,
25
" \\:/-.._______..-_| "
,
26
" : :\\ `----'|'-; "
,
27
" \\ :\\ : : ;:/ "
,
28
" \\ ``. ; /;/ "
,
29
" ) `. /,' "
,
30
" ,' `-' \\ "
,
31
" / .--. ) "
,
32
" /_.---._`._ / "
,
33
" `.__.' "
};
34
35
static
const
char
* ascii_goblin = {
36
" , , \n"
37
" /(.-\"\"-.)\\ \n"
38
" |\\ \\/ \\/ /| \n"
39
" | \\ / =. .= \\ / | \n"
40
" \\( \\ o\\/o / )/ \n"
41
" \\_, '-/ \\-' ,_/ \n"
42
" / \\__/ \\ \n"
43
" \\ \\__/\\__/ / \n"
44
" ___\\ \\|--|/ /___ \n"
45
" /` \\ / `\\ \n"
46
" / '----' \\\n"
};
47
48
#endif
//ASCII_H
src
asciiart
ascii.h
Generated by
1.14.0