Add basic implementation of VisualTest framework for osu! project.

Comes with one complimentary test.
This commit is contained in:
Dean Herbert
2016-09-24 00:39:20 +09:00
parent 1705914093
commit 7bdb2fcfc7
14 changed files with 948 additions and 53 deletions

View File

@ -6,9 +6,9 @@ using OpenTK;
namespace osu.Game.Graphics
{
internal class TextAwesome : SpriteText
public class TextAwesome : SpriteText
{
//internal override FontFace FontFace => (int)Icon < 0xf000 ? FontFace.OsuFont : FontFace.FontAwesome;
//public override FontFace FontFace => (int)Icon < 0xf000 ? FontFace.OsuFont : FontFace.FontAwesome;
private FontAwesome icon;
@ -34,7 +34,7 @@ namespace osu.Game.Graphics
}
}
internal enum FontAwesome
public enum FontAwesome
{
glass = 0xf000,
music = 0xf001,