[nostalgia/core/studio] Add ability to export tile sheet to png
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
namespace nostalgia::core {
|
||||
|
||||
constexpr auto PixelsPerTile = 64;
|
||||
constexpr auto TileWidth = 8;
|
||||
constexpr auto TileHeight = 8;
|
||||
|
||||
constexpr auto FileExt_ng = ".ng";
|
||||
constexpr auto FileExt_npal = ".npal";
|
||||
|
||||
Reference in New Issue
Block a user