snapshot numbering now use ISO week-numbering year to remove possible conflicts

This commit is contained in:
minjaesong
2023-12-22 02:03:46 +09:00
parent 3a814955d0
commit 397b4f7717
2 changed files with 20 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ class Scope : TerrarumAudioFilter() {
private val scopePlotCol = Color(0x61b3df_33)
private val spectroPlotCol = Color(0xdf6fa0_aa.toInt())
private val lowlim = -96.0
private val lowlim = -60.0
override fun drawDebugView(batch: SpriteBatch, x: Int, y: Int) {
batch.color = spectroPlotCol