From 0ca2404b509ef4ddc4e19996cdbe3edbbba6d339 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 3 Feb 2020 02:27:54 +0100 Subject: sprite from lodev and capture from random stackoverflow thread, now lets understand this nightmare --- room.cub | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 room.cub (limited to 'room.cub') diff --git a/room.cub b/room.cub new file mode 100644 index 0000000..78297c2 --- /dev/null +++ b/room.cub @@ -0,0 +1,24 @@ +R 1500 1200 +NO ./textures/wood.xpm +SO ./textures/eagle.xpm +WE ./textures/redbrick.xpm +EA ./textures/mossy.xpm + +S ./textures/barrel.xpm +F 10,10,10 +C 40,40,40 + +1 1 1 1 1 1 1 1 1 1 1 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 S 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 0 0 0 0 0 0 0 0 0 0 1 +1 1 1 1 1 1 1 1 1 1 1 1 -- cgit