Skip to content

Commit

Permalink
til death actually add the meandisplay to the messagebox thing
Browse files Browse the repository at this point in the history
if we put instructions on the things maybe people will read them .....
  • Loading branch information
poco0317 committed Mar 1, 2023
1 parent ef0063b commit 02ce2d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ return Def.ActorFrame {
Name = "Instructions",
Font = "Common Normal",
InitCommand = function(self)
self:horizalign(left):vertalign(top):xy(SCREEN_WIDTH - 240, 20):zoom(.4):visible(true)
self:horizalign(left):vertalign(top):xy(SCREEN_WIDTH - 240, 20):zoom(.375):visible(true)
end,
HighlightCommand = function(self)
highlightIfOver(self)
Expand Down Expand Up @@ -84,7 +84,9 @@ return Def.ActorFrame {
"c: "..transStr("BPMSize"),
"v: "..transStr("RatePosition"),
"b: "..transStr("RateSize"),
"n: "..transStr("NotefieldSpacing")
"n: "..transStr("NotefieldSpacing"),
"m: "..transStr("MeanPosition"),
",: "..transStr("MeanSize"),
}
if playerConfig:get_data(pn_to_profile_slot(PLAYER_1)).LaneCover ~= 0 then
local selectStr = THEME:GetString("GameButton", "Select")
Expand Down
2 changes: 2 additions & 0 deletions Themes/Til Death/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ BPMSize=BPM Text Size
RatePosition=Rate Text Position
RateSize=Rate Text Size
NotefieldSpacing=Notefield Columns Spacing
MeanPosition=Display Mean Text Position
MeanSize=Display Mean Text Size
[ScreenAssetSettings]
Title=Asset Settings
Expand Down

0 comments on commit 02ce2d8

Please sign in to comment.