No more CLI habitfile

This commit is contained in:
2023-03-07 07:46:18 -07:00
parent 87569c269c
commit b2aeed2ad0

View File

@@ -25,11 +25,6 @@ class Main extends Sprite
File.saveContent(habitFile, File.getContent("assets/default.txt"));
}
var habitFile = if (Sys.args().length > 0 && Sys.args()[0].length > 0) {
Sys.args()[0];
} else {
habitFile;
};
function reloadModel(_) {
if (t.draggingSprite == null && !t.tempWindowIsShown()) {
var showLowerPriority = t.model.showLowerPriority;