aboutsummaryrefslogtreecommitdiff
path: root/minimalist.cub
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-11 12:37:34 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-11 12:37:34 +0100
commitcff05e83256a67b8cb23b16b1e1e6f761ff52f4c (patch)
tree33eb6eae520a085d6774205601f13d07dc99aaf9 /minimalist.cub
parent0dcba6ff7e68ed13f8e6caadd80b77506b917050 (diff)
downloadcub3d-cff05e83256a67b8cb23b16b1e1e6f761ff52f4c.tar.gz
cub3d-cff05e83256a67b8cb23b16b1e1e6f761ff52f4c.tar.bz2
cub3d-cff05e83256a67b8cb23b16b1e1e6f761ff52f4c.zip
fixing a few segfault, map border checking
Diffstat (limited to 'minimalist.cub')
-rw-r--r--minimalist.cub8
1 files changed, 4 insertions, 4 deletions
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