[nostalgia/core/studio] Add ability to export tile sheet to png

This commit is contained in:
2020-03-26 01:21:19 -05:00
parent cd5c3afce7
commit 8d4fc0e346
3 changed files with 103 additions and 29 deletions
+2
View File
@@ -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";