mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-07-29 15:30:10 -04:00
I sawed this playbackspeed in half!
This commit is contained in:
parent
f6e9b2b774
commit
37c74cc54c
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ class Save
|
|||
instVolume: 1.0,
|
||||
playerVoiceVolume: 1.0,
|
||||
opponentVoiceVolume: 1.0,
|
||||
playbackSpeed: 1.0,
|
||||
playbackSpeed: 0.5,
|
||||
themeMusic: true
|
||||
},
|
||||
|
||||
|
@ -453,7 +453,7 @@ class Save
|
|||
|
||||
function get_chartEditorPlaybackSpeed():Float
|
||||
{
|
||||
if (data.optionsChartEditor.playbackSpeed == null) data.optionsChartEditor.playbackSpeed = 1.0;
|
||||
if (data.optionsChartEditor.playbackSpeed == null) data.optionsChartEditor.playbackSpeed = 0.5;
|
||||
|
||||
return data.optionsChartEditor.playbackSpeed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue