[jasper/core] Cleanup for consistency, fix name
This commit is contained in:
parent
bab3b40ddb
commit
d8f419a756
@ -11,9 +11,9 @@
|
||||
namespace jasper::core {
|
||||
|
||||
struct AnimPage {
|
||||
constexpr static auto TypeName = "net.drinkingtea.nostalgia.core.AnimPage";
|
||||
constexpr static auto TypeVersion = 1;
|
||||
constexpr static auto Preloadable = true;
|
||||
static constexpr auto TypeName = "net.drinkingtea.jasper.core.AnimPage";
|
||||
static constexpr auto TypeVersion = 1;
|
||||
static constexpr auto Preloadable = true;
|
||||
ox::String tilesheetPath;
|
||||
ox::String subsheetPath;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user