From 264676907b55f429e65b4de523eeb729fb64e9f9 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 18 Nov 2019 19:00:53 +0100 Subject: floor and ceiling color, WIP window image buffer --- minimalist.cub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'minimalist.cub') 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 -- cgit