more theme updates
This commit is contained in:
@@ -6,7 +6,7 @@ t[#t+1] = Def.Sprite {
|
|||||||
InitCommand=cmd(Center);
|
InitCommand=cmd(Center);
|
||||||
BeginCommand=function(self)
|
BeginCommand=function(self)
|
||||||
if GAMESTATE:GetCurrentSong() then
|
if GAMESTATE:GetCurrentSong() then
|
||||||
self:LoadFromSong(GAMESTATE:GetCurrentSong());
|
self:LoadFromSongBackground(GAMESTATE:GetCurrentSong());
|
||||||
--self:LoadBackground( GAMESTATE:GetCurrentSong():GetBackgroundPath() );
|
--self:LoadBackground( GAMESTATE:GetCurrentSong():GetBackgroundPath() );
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@@ -210,7 +210,7 @@ RouletteOnCommand=maxwidth,400;shadowlength,1;zoom,0.75;rainbowscroll,true;thump
|
|||||||
#
|
#
|
||||||
SortX=-132
|
SortX=-132
|
||||||
SortY=-2
|
SortY=-2
|
||||||
SortOnCommand=maxwidth,256;horizalign,left
|
SortOnCommand=maxwidth,256;horizalign,left;shadowlength,1;shadowcolor,color("0,0,0,0.325")
|
||||||
#
|
#
|
||||||
ModeX=-132
|
ModeX=-132
|
||||||
ModeY=-2
|
ModeY=-2
|
||||||
|
|||||||
Reference in New Issue
Block a user