WIP: fonts.
This commit is contained in:
@@ -102,7 +102,8 @@ namespace DaggerFramework.Resources
|
||||
private readonly Dictionary<Type, IResourceLoader> _resourceLoaderAssociations = new()
|
||||
{
|
||||
{typeof(Sound), new SoundLoader()},
|
||||
{typeof(Texture2d), new Texture2dLoader()}
|
||||
{typeof(Texture2d), new Texture2dLoader()},
|
||||
{typeof(Font), new FontLoader()}
|
||||
};
|
||||
|
||||
private Dictionary<string, Resource> _loadedResources = new();
|
||||
|
||||
Reference in New Issue
Block a user