diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-03 02:27:54 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-03 02:27:54 +0100 |
| commit | 0ca2404b509ef4ddc4e19996cdbe3edbbba6d339 (patch) | |
| tree | 28321d75ebf590b491eb956a7481cf750f0f7d44 /maze.cub | |
| parent | 628f82dbb9d44dfda7ebde0a54b6559b275e204c (diff) | |
| download | cub3d-0ca2404b509ef4ddc4e19996cdbe3edbbba6d339.tar.gz cub3d-0ca2404b509ef4ddc4e19996cdbe3edbbba6d339.tar.bz2 cub3d-0ca2404b509ef4ddc4e19996cdbe3edbbba6d339.zip | |
sprite from lodev and capture from random stackoverflow thread, now lets understand this nightmare
Diffstat (limited to 'maze.cub')
| -rw-r--r-- | maze.cub | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/maze.cub b/maze.cub new file mode 100644 index 0000000..c8a9113 --- /dev/null +++ b/maze.cub @@ -0,0 +1,33 @@ +R 1500 1200 +NO ./textures/wood.xpm +SO ./textures/eagle.xpm +WE ./textures/redbrick.xpm +EA ./textures/eagle.xpm + +S ./textures/barrel.xpm +F 10,10,10 +C 40,40,40 + +1111111111111111111111111111111111111 +1010000000100000001000001000000000101 +1010111110101110111110111011101110101 +1000000010001010000010000010101000101 +1111101011111011111011101010101111101 +1000101000000010000010101010100000101 +1010111111101010111110111010111110101 +1010000000101010001000001000001000101 +1011111110111011101011101111101011101 +1000001000101000101000100000101000001 +1011101110101110101111101010101111111 +1000100010101000100010001010100010001 +1111111010101011111010111010111011101 +1000001010000010001010001010001000001 +1011101011111011101011101110111111101 +1010001000001000001000101010000000101 +1010111110101110111110101011111110101 +1010000010101010100000100000001010001 +1011111010101011101111101111101011111 +1010001010100000100000101000100000001 +1010111011101110111110111010111110101 +1N10000000001000001000000010000000101 +1111111111111111111111111111111111111 |
