implemented basics of skin system.

This commit is contained in:
2019-01-26 23:57:00 -06:00
parent 261b79c7b4
commit 1ae37bb219
4 changed files with 70 additions and 17 deletions

View File

@@ -10,5 +10,7 @@ namespace RhythmBullet.Preferences
public float MusicVolume = 1f;
public float FXVolume = 1f;
public string MusicDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyMusic);
public string skinName;
public string skinDirectory;
}
}