diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-01 12:33:55 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-01 12:33:55 +0100 |
| commit | a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd (patch) | |
| tree | fc919296727d6a6dc4eda868d143cb86017ed2bc /minimalist.cub | |
| parent | 57867bbbdc24b734d85f8d3569c7ad27dcd9504d (diff) | |
| download | cub3d-a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd.tar.gz cub3d-a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd.tar.bz2 cub3d-a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd.zip | |
texture selector, collision detection
Diffstat (limited to 'minimalist.cub')
| -rw-r--r-- | minimalist.cub | 14 |
1 files changed, 7 insertions, 7 deletions
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 |
