[nostalgia/core/studio] Add ability to insert tile

This commit is contained in:
2020-03-22 01:24:53 -05:00
parent 4f3497326f
commit 5aeddd87e3
5 changed files with 93 additions and 14 deletions
+2
View File
@@ -3,6 +3,8 @@
namespace nostalgia::core {
constexpr auto PixelsPerTile = 64;
constexpr auto FileExt_ng = ".ng";
constexpr auto FileExt_npal = ".npal";