aseprite importer

This commit is contained in:
2023-09-25 13:21:02 +00:00
parent 0256f4cd15
commit d52b15e1be
10 changed files with 92 additions and 1054 deletions

View File

@@ -93,5 +93,5 @@ void log_cat(FILE *f) {
}
void sg_logging(const char *tag, uint32_t lvl, uint32_t id, const char *msg, uint32_t line, const char *file, void *data) {
mYughLog(lvl, 1, line, file, "tag: %d, msg: %s", tag, msg);
mYughLog(lvl, 1, line, file, "tag: %s, msg: %s", tag, msg);
}