From 2875f205e24f19964d44ddce2470659d21fe902d Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 Nov 2019 17:51:40 +0100 Subject: Removed duplicate man, modify window buffer instead of writting each pixels --- minimalist.cub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minimalist.cub') diff --git a/minimalist.cub b/minimalist.cub index 51a4e99..f054994 100644 --- a/minimalist.cub +++ b/minimalist.cub @@ -1,5 +1,5 @@ R 640 480 -NO ./path_to_the_north_texture +NO ./textures/brick.xpm SO ./path_to_the_south_texture WE ./path_to_the_west_texture EA ./path_to_the_east_texture -- cgit