fixed font names.
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
using RecrownedAthenaeum.SpecialTypes;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using System;
|
||||
|
||||
namespace RhythmBullet.Preferences
|
||||
{
|
||||
public class General
|
||||
{
|
||||
public Resolution Resolution = new Resolution(1920, 1080);
|
||||
public Resolution Resolution = new Resolution(
|
||||
GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Width,
|
||||
GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Height);
|
||||
public bool Fullscreen = false;
|
||||
public float MusicVolume = 1f;
|
||||
public float FXVolume = 1f;
|
||||
|
Reference in New Issue
Block a user