Restructure some configuration things
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
namespace WacK.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// Player-configured settings that affect gameplay mechanics.
|
||||
/// Can
|
||||
/// </summary>
|
||||
public class PlaySettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Scroll speed multiplier.
|
||||
/// </summary>
|
||||
public static float playSpeedMultiplier = 2f;
|
||||
|
||||
/// <summary>
|
||||
/// How much to shift song audio by in seconds.
|
||||
/// </summary>
|
||||
public static float audioOffset = 0f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user