1234567891011121314151617181920 |
- #-------------------------------------------------------
- # graphics in tile format
- #-------------------------------------------------------
- -gt
- #-------------------------------------------------------
- # no tile reduction
- #-------------------------------------------------------
- -mR!
- #-------------------------------------------------------
- # no map output
- #-------------------------------------------------------
- -m!
- #-------------------------------------------------------
- # graphics bit depth is 8 (256 color)
- #-------------------------------------------------------
- -gB4
|