Skip to content

Commit 37f26d8

Browse files
committed
Add tsx load option, first tiled compat commit
1 parent f2d2300 commit 37f26d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MainWindow.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ void MainWindow::on_actionOpen_triggered() {
464464
this, tr("Open Project"), "",
465465
tr("All supported formats (*.egm *.yyp *.project.gmx *.gm81 *.gmk *.gm6 *.gmd);;GameMaker: Studio 2 Projects "
466466
"(*.yyp);;GameMaker: Studio Projects (*.project.gmx);;Classic "
467-
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;All Files (*)"));
467+
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;"
468+
"Tiled Tileset (*.tsx);;All Files (*)"));
468469
if (!fileName.isEmpty()) openFile(fileName);
469470
}
470471

0 commit comments

Comments
 (0)