Skip to content

Commit

Permalink
Numerous adjustments to the options screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ListenerJubatus committed Aug 11, 2017
1 parent 93e1e3b commit 7589e1e
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 223 deletions.
Binary file modified Graphics/DualScrollBar thumb p1 (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/DualScrollBar thumb p2 (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionRowExit frame (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsCursor Left (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsCursor Middle (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsCursor Right (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderline Left (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderline Middle (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderline Right (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderlineP1 Left (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderlineP1 Middle (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/OptionsUnderlineP1 Right (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Graphics/ScreenOptions LineHighlight P1.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
return LoadActor(THEME:GetPathG("OptionRowExit","frame")) .. {
return LoadActor(THEME:GetPathG("ScreenOptions", "line highlight")) .. {
};
Binary file modified Graphics/ScreenOptions line highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions Graphics/ScreenPlayerOptions PlayerNameplate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ end

local t = Def.ActorFrame {
LoadActor(THEME:GetPathB("_frame","3x1"),"rounded light", 250-16) .. {
OnCommand=cmd(diffuse,ColorLightTone(PlayerColor(PlayerNumber));diffusealpha,0.7);
OnCommand=cmd(diffuse,ColorLightTone(PlayerColor(PlayerNumber));diffusealpha,0.5);
};
LoadFont("Common Condensed") .. {
Text=ToEnumShortString(PlayerNumber);
Name="PlayerShortName",
InitCommand=cmd(x,-127;maxwidth,32;zoom,0.75;shadowlength,1;),
InitCommand=cmd(x,-127;maxwidth,32;zoom,0.75;),
OnCommand=cmd(diffuse,ColorDarkTone(PlayerColor(PlayerNumber));)
},
LoadFont("_overpass 36px") .. {
Text=bpm_text;
Name="BPMRangeOld",
InitCommand=cmd(x,-60;maxwidth,88/bpm_text_zoom),
OnCommand=cmd(zoom,bpm_text_zoom;diffuse,ColorDarkTone(PlayerColor(PlayerNumber));shadowlength,1;)
OnCommand=cmd(zoom,bpm_text_zoom;diffuse,ColorDarkTone(PlayerColor(PlayerNumber));)
},
LoadActor(THEME:GetPathG("_StepsDisplayListRow","arrow")) .. {
Name="Seperator",
Expand All @@ -47,12 +47,12 @@ local t = Def.ActorFrame {
Text="100 - 200000";
Name="BPMRangeNew",
InitCommand= function(self)
self:x(68):maxwidth(88/bpm_text_zoom):shadowlength(1):zoom(bpm_text_zoom)
self:x(68):maxwidth(88/bpm_text_zoom):zoom(bpm_text_zoom)
local speed, mode= GetSpeedModeAndValueFromPoptions(PlayerNumber)
self:playcommand("SpeedChoiceChanged", {pn= PlayerNumber, mode= mode, speed= speed})
end,
BPMWillNotChangeCommand=cmd(stopeffect;diffuse,ColorDarkTone(PlayerColor(PlayerNumber));),
BPMWillChangeCommand=cmd(diffuseshift;effectcolor1,Color.Black;effectcolor2,ColorLightTone(PlayerColor(PlayerNumber));),
BPMWillChangeCommand=cmd(diffuseshift;effectcolor1,Color.Black;effectcolor2,ColorMidTone(PlayerColor(PlayerNumber));),
SpeedChoiceChangedMessageCommand= function(self, param)
if param.pn ~= PlayerNumber then return end
local text= ""
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ScreenEvaluationNormal icon
5 changes: 3 additions & 2 deletions Scripts/02 Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function ScreenColor(screen)
["ScreenSMOnlineLogin"] = ScreenColors.Online,
["ScreenNetRoom"] = ScreenColors.Online,
["ScreenNetSelectMusic"] = ScreenColors.Online,
["ScreenNetEvaluation"] = ScreenColors.Evaluation,
["Default"] = ScreenColors.Default,
}

Expand All @@ -30,12 +31,12 @@ ScreenColors = {
Online = color("#1CA6A0"),
Course = color("#6D1646"),
PlayerOptions = color("#544abe"),
OptionsService = color("#1C1C1B"),
OptionsService = color("#5F2D41"),
Evaluation = color("#806635"),
Summary = color("#B38D47"),
StageInformation = color("#D05722"),
Edit = color("#B34754"),
Default = color("#1C1C1B"),
Default = color("#5F2D41"),
}

ModeIconColors = {
Expand Down
78 changes: 13 additions & 65 deletions _src/OptionRow Exit Frame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions _src/Options Cursor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 8 additions & 64 deletions _src/Options underline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 8 additions & 64 deletions _src/_Scroll thumb 1p.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7589e1e

Please sign in to comment.