diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-05 01:29:44 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-05 01:29:44 +0100 |
| commit | af747497060d8a311204ec58b3ac87cc585462fc (patch) | |
| tree | 2022e10ac93243772f22f281071a4e0fd5c55f1d /test.cub | |
| parent | 3b224458a5d539bbe00318d939c9a099f3f158e1 (diff) | |
| download | cub3d-af747497060d8a311204ec58b3ac87cc585462fc.tar.gz cub3d-af747497060d8a311204ec58b3ac87cc585462fc.tar.bz2 cub3d-af747497060d8a311204ec58b3ac87cc585462fc.zip | |
better parsing
Diffstat (limited to 'test.cub')
| -rw-r--r-- | test.cub | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -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 |
