Refactor ResourceLoader, use only Texture2d in Renderer.
This commit is contained in:
@@ -2,6 +2,7 @@ namespace DaggerFramework
|
||||
{
|
||||
public abstract class Game
|
||||
{
|
||||
public abstract string ResourceRoot { get; }
|
||||
public void Start()
|
||||
{
|
||||
LoadResources();
|
||||
|
||||
Reference in New Issue
Block a user