reorganized file structure; texture and fonts now have appropriate folder resolver;
This commit is contained in:
12
RhythmBullet/Zer01HD/Game/Preferences/Controls.cs
Normal file
12
RhythmBullet/Zer01HD/Game/Preferences/Controls.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Zer01HD.Game.Preferences
|
||||
{
|
||||
class Controls
|
||||
{
|
||||
}
|
||||
}
|
16
RhythmBullet/Zer01HD/Game/Preferences/General.cs
Normal file
16
RhythmBullet/Zer01HD/Game/Preferences/General.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Zer01HD.Game.Preferences
|
||||
{
|
||||
class General
|
||||
{
|
||||
public Resolution Resolution;
|
||||
public bool Fullscreen;
|
||||
public float MusicVolume;
|
||||
public float FXVolume;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user