X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrocrawl;a=blobdiff_plain;f=src%2Fdata_test.h;fp=src%2Fdata_test.h;h=a00cb47b55a09b192863cdfbb947f3dc16464c8d;hp=0000000000000000000000000000000000000000;hb=cab072d239d772d1c3445612d2599da36b087b25;hpb=03ec5d69f5f53b61e8b6aefbcd23b0b258c6b60a diff --git a/src/data_test.h b/src/data_test.h new file mode 100644 index 0000000..a00cb47 --- /dev/null +++ b/src/data_test.h @@ -0,0 +1,38 @@ +const char test_tiles_cpix[][16][32] = { + { + "...............#x...............", + ".............###xxx.............", + "...........x####xxxx#...........", + ".........xxx####xxxx###.........", + ".......x####xxxx####xxxx#.......", + ".....xxx####xxxx####xxxx###.....", + "...#xxxx####xxxx####xxxx####x...", + ".###xxxx####xxxx####xxxx####xxx.", + ".xxx####xxxx####xxxx####xxxx###.", + "...x####xxxx####xxxx####xxxx#...", + ".....###xxxx####xxxx####xxx.....", + ".......#xxxx####xxxx####x.......", + ".........###xxxx####xxx.........", + "...........#xxxx####x...........", + ".............xxx###.............", + "...............x#..............." + }, + { + "...............@o...............", + ".............@@@ooo.............", + "...........o@@@@oooo@...........", + ".........ooo@@@@oooo@@@.........", + ".......o@@@@oooo@@@@oooo@.......", + ".....ooo@@@@oooo@@@@oooo@@@.....", + "...@oooo@@@@oooo@@@@oooo@@@@o...", + ".@@@oooo@@@@oooo@@@@oooo@@@@ooo.", + ".ooo@@@@oooo@@@@oooo@@@@oooo@@@.", + "...o@@@@oooo@@@@oooo@@@@oooo@...", + ".....@@@oooo@@@@oooo@@@@ooo.....", + ".......@oooo@@@@oooo@@@@o.......", + ".........@@@oooo@@@@ooo.........", + "...........@oooo@@@@o...........", + ".............ooo@@@.............", + "...............o@..............." + } +};