Add savable Config class

This commit is contained in:
msk
2023-09-18 00:28:54 -07:00
parent 879a2aa2f4
commit 74520c3e04
4 changed files with 100 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ namespace WacK.Scenes
{
get
{
return BASE_PIXELS_PER_SECOND * PlaySettings.playSpeedMultiplier;
return BASE_PIXELS_PER_SECOND * PlaySettings.playSpeedMultiplier.Value;
}
}