Skip to content

Commit

Permalink
Add tsx load option, first tiled compat commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikShrivastava committed Jun 15, 2022
1 parent f2d2300 commit 37f26d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainWindow.cpp
Expand Up @@ -464,7 +464,8 @@ void MainWindow::on_actionOpen_triggered() {
this, tr("Open Project"), "",
tr("All supported formats (*.egm *.yyp *.project.gmx *.gm81 *.gmk *.gm6 *.gmd);;GameMaker: Studio 2 Projects "
"(*.yyp);;GameMaker: Studio Projects (*.project.gmx);;Classic "
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;All Files (*)"));
"GameMaker Files (*.gm81 *.gmk *.gm6 *.gmd);;"
"Tiled Tileset (*.tsx);;All Files (*)"));
if (!fileName.isEmpty()) openFile(fileName);
}

Expand Down

0 comments on commit 37f26d8

Please sign in to comment.