From af747497060d8a311204ec58b3ac87cc585462fc Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 5 Feb 2020 01:29:44 +0100 Subject: better parsing --- test.cub | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'test.cub') diff --git a/test.cub b/test.cub index 6324582..ffeda25 100644 --- a/test.cub +++ b/test.cub @@ -1,5 +1,16 @@ -11111 -10001 -10001 -10001 -11111 +R 1600 1200 +NO ./textures/eagle.xpm +SO ./textures/greystone.xpm +WE ./textures/wood.xpm +EA ./textures/greystone.xpm +S ./textures/cheese.xpm +F 10,10,10 +C 40,40,40 + +11 1 1 1 1 1 1 1 +10 0 0 1 0 0 0 1 +10 0 0 0 0 0 0 1 +10 0 0 N 0 0 0 1 +10 0 0 0 0 0 0 1 +10 0 0 0 0 0 0 1 +11 1 1 1 1 1 1 1 -- cgit