diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 16:30:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 16:30:51 +0200 |
commit | ad70fdefb913da44b4b32886e9307c9032a7251b (patch) | |
tree | b29188374761fa3ea2d433aa7ca9eb7dae7f8dfd /map | |
parent | Skeleton corpses now only give ammo, not the gun (diff) | |
download | 42-cub3d-ad70fdefb913da44b4b32886e9307c9032a7251b.tar.gz 42-cub3d-ad70fdefb913da44b4b32886e9307c9032a7251b.tar.bz2 42-cub3d-ad70fdefb913da44b4b32886e9307c9032a7251b.tar.xz 42-cub3d-ad70fdefb913da44b4b32886e9307c9032a7251b.tar.zst 42-cub3d-ad70fdefb913da44b4b32886e9307c9032a7251b.zip |
Skel skin rework
Diffstat (limited to 'map')
-rw-r--r-- | map/lvl_five.cub | 2 | ||||
-rw-r--r-- | map/lvl_six.cub | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/map/lvl_five.cub b/map/lvl_five.cub index 69e2039..ca0dcdd 100644 --- a/map/lvl_five.cub +++ b/map/lvl_five.cub @@ -9,7 +9,7 @@ S ./media/img/sprites/pillar.xpm C ./media/img/tex/plate_small.xpm F ./media/img/tex/plate_small.xpm -LT ./media/img/tex/terre.xpm +LT ./media/img/tex/skull_door.xpm L ./map/lvl_six.cub T ./media/img/sprites/spikes.xpm diff --git a/map/lvl_six.cub b/map/lvl_six.cub index 4842bc4..3b39deb 100644 --- a/map/lvl_six.cub +++ b/map/lvl_six.cub @@ -1,4 +1,4 @@ -R 1024 768 +R 10 10 NO ./media/img/tex/plate_small.xpm SO ./media/img/tex/plate_small.xpm |