Fix warnings with 0's & fix metrics for SET_QUAD_INIT conversion.
This commit is contained in:
@@ -787,10 +787,10 @@ SongsListOffCommand=bouncebegin,0.5;addy,400
|
||||
SongsBGColor=0.7,0.7,0.7,0.7
|
||||
SongsBGWidth=300
|
||||
SongsBGHeight=220
|
||||
SongsBackgroundX=SCREEN_CENTER_X+160
|
||||
SongsBackgroundY=SCREEN_CENTER_Y+110
|
||||
SongsBackgroundOnCommand=addx,SCREEN_WIDTH*0.6;bounceend,0.5;addx,-SCREEN_WIDTH*0.6
|
||||
SongsBackgroundOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH*0.6
|
||||
SongsBGX=SCREEN_CENTER_X+160
|
||||
SongsBGY=SCREEN_CENTER_Y+110
|
||||
SongsBGOnCommand=addx,SCREEN_WIDTH*0.6;bounceend,0.5;addx,-SCREEN_WIDTH*0.6
|
||||
SongsBGOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH*0.6
|
||||
UsersBGColor=0.7,0.7,0.7,0.7
|
||||
UsersBGWidth=640
|
||||
UsersBGHeight=50
|
||||
@@ -3832,6 +3832,9 @@ NextScreen=ScreenLogo
|
||||
|
||||
[ScreenLogo]
|
||||
Fallback=ScreenAttract
|
||||
//Not used in default theme, but without, will cause warning
|
||||
LogoY=0
|
||||
LogoX=0
|
||||
LogoOnCommand=x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomy,0;sleep,0.5;bounceend,0.5;zoomy,1;glowshift;effectperiod,2.5;effectcolor1,1,1,1,0.1;effectcolor2,1,1,1,0.3
|
||||
NextScreen=ScreenHowToPlay
|
||||
|
||||
@@ -4611,3 +4614,6 @@ SortLevel3Color=1,0.5,0,1
|
||||
SortLevel4Color=1,1,0,1
|
||||
SortLevel5Color=0,1,0,1
|
||||
|
||||
//XXX: Why, without this, do I get a warning? - Charles
|
||||
[Inventory]
|
||||
ItemUseRateSeconds=0
|
||||
Reference in New Issue
Block a user