From cff05e83256a67b8cb23b16b1e1e6f761ff52f4c Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 11 Jan 2020 12:37:34 +0100 Subject: fixing a few segfault, map border checking --- minimalist.cub | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'minimalist.cub') diff --git a/minimalist.cub b/minimalist.cub index f054994..2272c1b 100644 --- a/minimalist.cub +++ b/minimalist.cub @@ -1,10 +1,10 @@ R 640 480 NO ./textures/brick.xpm -SO ./path_to_the_south_texture -WE ./path_to_the_west_texture -EA ./path_to_the_east_texture +SO ./textures/brick.xpm +WE ./textures/brick.xpm +EA ./textures/brick.xpm -S ./path_to_the_sprite_texture +S ./textures/brick.xpm F 220,0,0 C 0,225,0 -- cgit