Moved Assets.bf. Sprites loading

This commit is contained in:
Maddy Thorson
2021-02-02 18:08:32 -08:00
parent 80c6cf0799
commit 621b044748
2 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace Strawberry
private List<Slice> slices;
private Modes mode;
private this(String path)
public this(String path)
: base(path)
{
Load();