Added Marathon speed per user request

This commit is contained in:
Yair Morgenstern 2020-01-27 00:11:28 +02:00
parent f1fb8aea18
commit cc764426e5

View file

@ -11,7 +11,7 @@ enum class GameSpeed{
Quick -> return 0.67f
Standard -> return 1f
Epic -> return 1.5f
Marathon -> return 1.5f
Marathon -> return 3f
}
}
}