[nostalgia] Add external palettes to tilesheet system

This commit is contained in:
2019-10-22 19:23:14 -05:00
parent fbdb48a1ee
commit 92103bfc41
31 changed files with 802 additions and 105 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
namespace nostalgia::core {
constexpr auto FileExt_ng = ".ng";
constexpr auto FileExt_npal = ".npal";
}