diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-18 19:00:53 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-18 19:00:53 +0100 |
| commit | 264676907b55f429e65b4de523eeb729fb64e9f9 (patch) | |
| tree | 5b2cc36bc91abf91ff89b68c70958dad0777931a /minimalist.cub | |
| parent | 542ae0113ac850e0d5216c7e2dc4543e66a1237f (diff) | |
| download | cub3d-264676907b55f429e65b4de523eeb729fb64e9f9.tar.gz cub3d-264676907b55f429e65b4de523eeb729fb64e9f9.tar.bz2 cub3d-264676907b55f429e65b4de523eeb729fb64e9f9.zip | |
floor and ceiling color, WIP window image buffer
Diffstat (limited to 'minimalist.cub')
| -rw-r--r-- | minimalist.cub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minimalist.cub b/minimalist.cub index b9ce665..51a4e99 100644 --- a/minimalist.cub +++ b/minimalist.cub @@ -1,12 +1,12 @@ -R 400 400 +R 640 480 NO ./path_to_the_north_texture SO ./path_to_the_south_texture WE ./path_to_the_west_texture EA ./path_to_the_east_texture S ./path_to_the_sprite_texture -F 220,100,0 -C 225,30,0 +F 220,0,0 +C 0,225,0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 |
