Skip to content

Commit 298bec9

Browse files
committed
rebirth move MeasureLines to theme config
this will reset your setting. underused, so almost nobody should notice it
1 parent 2753506 commit 298bec9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Themes/Rebirth/Scripts/01 theme_config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ local defaultConfig = {
99
WheelPosition = true, -- true = left, false = right
1010
WheelBanners = true, -- true = on, false = off
1111
WheelSpeed = 15,
12+
MeasureLines = false,
1213
},
1314
}
1415

Themes/Rebirth/metrics.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NumWheelItems=-3
3434

3535
[NoteField]
3636
ShowBoard=true
37-
ShowBeatBars=playerConfig:get_data().MeasureLines
37+
ShowBeatBars=themeConfig:get_data().MeasureLines
3838
BarMeasureAlpha=0.4
3939
Bar4thAlpha=0
4040
Bar8thAlpha=0

0 commit comments

Comments
 (0)