From a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 1 Feb 2020 12:33:55 +0100 Subject: texture selector, collision detection --- minimalist.cub | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'minimalist.cub') diff --git a/minimalist.cub b/minimalist.cub index a1d6433..a50631f 100644 --- a/minimalist.cub +++ b/minimalist.cub @@ -1,12 +1,12 @@ -R 700 500 +R 1500 1200 NO ./textures/wood.xpm -SO ./textures/wood.xpm -WE ./textures/brick.xpm -EA ./textures/stone.xpm +SO ./textures/eagle.xpm +WE ./textures/redbrick.xpm +EA ./textures/eagle.xpm -S ./textures/brick.xpm -F 0,225,0 -C 200,200,0 +S ./textures/barrel.xpm +F 10,10,50 +C 20,20,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