Skip to content

Commit

Permalink
Fix editor save bug
Browse files Browse the repository at this point in the history
Merge pull request #98 from haroldo-ok/fix-editor-save-bug
  • Loading branch information
haroldo-ok committed Jan 8, 2023
2 parents d684d9a + 5319eda commit 21d4eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/src/vn_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void VN_init() {
XGM_setForceDelayDMA(TRUE);

VDP_setTextPalette(TEXT_PAL);
VDP_drawText("choice4genesis v0.13.0", 17, 27);
VDP_drawText("choice4genesis v0.13.1", 17, 27);
}


Expand Down
2 changes: 1 addition & 1 deletion generator/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ const openProjectOnExplorer = async (commandLine, projectName) => new Promise((r
});
});

module.exports = { getProjectsFolder, isProjectsFolderPresent, listProjectNames, listProjectScenes, readProjectScene, openProjectOnExplorer };
module.exports = { getProjectsFolder, isProjectsFolderPresent, listProjectNames, listProjectScenes, readProjectScene, writeProjectScene, openProjectOnExplorer };
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choice4genesis",
"version": "0.13.0",
"version": "0.13.1",
"description": "A ChoiceScript clone that generates SGDK-compatible C source for the Sega Genesis ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 21d4eb5

Please sign in to comment.