[MAIN]
##################################################################################################################
# if AUTO_SCRN_SIZE = 0 - Screen Width and Height are set with SCR_WIDTH & SCR_HEIGHT.
# if AUTO_SCRN_SIZE = 1 - Screen Width and Height are set to current desktop resolution.
AUTO_SCRN_SIZE = 1
#Set the screen resolution here
SCR_WIDTH = 1024
SCR_HEIGHT = 768
#Set the number of colours here
# 8 for 8bit(original)
# 16 for 16bit colour (set only if your not using Sfall with graphics modes 4 or 5)
COLOUR_BITS = 8作者: fateandzqy 时间: 2008-11-6 10:23:59