Skip to content

Commit

Permalink
Add support to load .tmx files
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikShrivastava committed Jul 2, 2022
1 parent 45f4993 commit 4cd3972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ void MainWindow::on_actionOpen_triggered() {
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);;"
"Tiled Tilesets (*.tsx);;All Files (*)"));
"Tiled Tilesets (*.tsx);;Tiled Maps (*.tmx);;All Files (*)"));

if (!fileName.isEmpty()) openFile(fileName);
}
Expand Down

0 comments on commit 4cd3972

Please sign in to comment.