level 7
;Character select definition
[Select Info]
fadein.time = 10
fadeout.time = 10
rows = 100
columns = 5
wrapping = 11 ;1 to let cursor wrap around
pos = 90,170 ;Position to draw to
showemptyboxes = 0 ;1 to show empty boxes
moveoveremptyboxes = 0 ;1 to allow cursor to move over empty boxes
cell.size = 27,27 ;x,y size of each cell (in pixels)
cell.spacing = 2 ;Space between each cell
cell.bg.spr = 150,0 ;Note: Don't use animation for cells
cell.random.spr = 151,0 ;Icon for random select (don't use animation)
cell.random.switchtime = 4;Time to wait before changing to another random portraitp1.cursor.startcell = 0,0
把这段columns = 5 5改成11
wrapping = 11 11改成5 ;1 to let cursor wrap around
pos = 90,170 90改0 170改0 ;Position to draw to
showemptyboxes = 0 ;1 to show empty boxes
2013年05月10日 11点05分
16