[default -> sm130futures] Bring in the kits.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- This adds the logo man~
|
||||
InitUserPrefs();
|
||||
local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = StandardDecorationFromFileOptional("Logo","Logo");
|
||||
|
||||
return t
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,14 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(x,-128+4;zoomto,4,46);
|
||||
-- OnCommand=cmd(diffuse,color("0,0,0,0.5"));
|
||||
};
|
||||
--[[ Def.Quad {
|
||||
InitCommand=cmd(x,-128+16+6;zoomto,32,46);
|
||||
-- OnCommand=cmd(faderight,1;diffusealpha,0.5);
|
||||
}; --]]
|
||||
--[[ Def.Quad {
|
||||
InitCommand=cmd(x,2;y,23;zoomto,320,1);
|
||||
-- OnCommand=cmd(diffuse,color("0,0,0,0.5"));
|
||||
}; --]]
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(x,4;zoomto,256-4,46);
|
||||
OnCommand=cmd(diffuse,color("0,0,0,0.5"));
|
||||
};
|
||||
};
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -3,9 +3,13 @@ local gc = Var("GameCommand");
|
||||
local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = LoadFont("Common Normal") .. {
|
||||
Name="Text";
|
||||
Text=gc:GetText();
|
||||
};
|
||||
|
||||
t.GainFocusCommand=cmd(diffusealpha,1);
|
||||
t.LoseFocusCommand=cmd(diffusealpha,0.5);
|
||||
t[1].OnCommand=Screen.Metric("ScrollerItemOnCommand");
|
||||
t[1].GainFocusCommand=Screen.Metric("ScrollerItemGainFocusCommand");
|
||||
t[1].LoseFocusCommand=Screen.Metric("ScrollerItemLoseFocusCommand");
|
||||
t[1].OffFocusedCommand=Screen.Metric("ScrollerItemOffFocusedCommand");
|
||||
t[1].OffUnfocusedCommand=Screen.Metric("ScrollerItemOffUnfocusedCommand");
|
||||
return t;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1 @@
|
||||
_Music title
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
#TITLE:Break The Sabbath;
|
||||
#OFFSET:0.000;
|
||||
#BPMS:0.000=140.000;
|
||||
#STOPS:;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
===
|
||||
COLORS
|
||||
====
|
||||
BACKGROUND
|
||||
====
|
||||
Clear #000000 (Black)
|
||||
Light #646464 (Grey)
|
||||
Primary #007cd4 (Slate Blue)
|
||||
Secondary #a4005d (Slate Purple)
|
||||
<freem_inc> the base is black (#000000)
|
||||
===
|
||||
@@ -4,13 +4,13 @@ FallbackTheme=_fallback
|
||||
ShowHeader=true
|
||||
HeaderX=SCREEN_CENTER_X
|
||||
HeaderY=SCREEN_TOP
|
||||
HeaderOnCommand=
|
||||
HeaderOnCommand=vertalign,top
|
||||
HeaderOffCommand=
|
||||
#
|
||||
ShowFooter=true
|
||||
FooterX=SCREEN_CENTER_X
|
||||
FooterY=SCREEN_BOTTOM
|
||||
FooterOnCommand=
|
||||
FooterOnCommand=vertalign,bottom
|
||||
FooterOffCommand=
|
||||
#
|
||||
TimerX=SCREEN_WIDTH-64
|
||||
@@ -27,8 +27,30 @@ FrameOnCommand=
|
||||
# Warning
|
||||
Warning10Command=diffuseshift;effectperiod,1;effectcolor2,Color("Red");effectcolor1,color("0.5,0,0,1");
|
||||
[ScreenTitleMenu]
|
||||
ShowHeader=true
|
||||
ShowFooter=true
|
||||
# Don't show these
|
||||
ShowHeader=false
|
||||
ShowFooter=false
|
||||
# Logo
|
||||
ShowLogo=true
|
||||
LogoX=SCREEN_CENTER_X
|
||||
LogoY=SCREEN_CENTER_Y-48
|
||||
LogoOnCommand=zoom,1;
|
||||
LogoOffCommand=zoom,0;
|
||||
# Title Menu
|
||||
ScrollerX=SCREEN_CENTER_X
|
||||
ScrollerY=SCREEN_CENTER_Y+96
|
||||
ScrollerOnCommand=
|
||||
ScrollerOffCommand=
|
||||
# Menu Items [ThemeKit Only]
|
||||
ScrollerItemOnCommand=shadowlength,1;strokecolor,color("0,0,0,0.25");
|
||||
# GainFocus is when an item is selected.
|
||||
ScrollerItemGainFocusCommand=stoptweening;linear,0.125;zoom,1;
|
||||
# LoseFocus is when an item is deselected.
|
||||
ScrollerItemLoseFocusCommand=stoptweening;linear,0.125;zoom,0.75;
|
||||
# OffFocused is for items you have selected and the screen is exiting.
|
||||
ScrollerItemOffFocusedCommand=sleep,0.35;linear,0.15;zoom,0;
|
||||
# OffUnfocused is for items that were not selected and the screen is exiting.
|
||||
ScrollerItemOffUnfocusedCommand=linear,0.15;zoom,0;
|
||||
[ScreenSelectMusic]
|
||||
MusicWheelX=SCREEN_RIGHT-128-18
|
||||
MusicWheelOnCommand=draworder,-1
|
||||
|
||||
Reference in New Issue
Block a user