namespace refactor & progress on texture atlas

This commit is contained in:
2018-12-04 07:45:09 -06:00
parent 698dd9d2f0
commit b4ddd73f67
28 changed files with 95 additions and 52 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Utilities.ContentSystem
namespace RecrownedAthenaeum.ContentSystem
{
struct LoadableContent
{

View File

@@ -9,7 +9,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace RhythmBullet.Utilities.ContentSystem
namespace RecrownedAthenaeum.ContentSystem
{
public class ContentManagerController
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Utilities.ContentSystem
namespace RecrownedAthenaeum.ContentSystem
{
public interface IContentPathModifier
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Utilities.ContentSystem
namespace RecrownedAthenaeum.ContentSystem
{
class NormalContentResolver : IContentPathModifier
{