diff options
Diffstat (limited to 'games/supermariowar/desktop')
-rw-r--r-- | games/supermariowar/desktop/smw-leveledit.desktop | 7 | ||||
-rw-r--r-- | games/supermariowar/desktop/smw-worldedit.desktop | 7 | ||||
-rw-r--r-- | games/supermariowar/desktop/smw.desktop | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/games/supermariowar/desktop/smw-leveledit.desktop b/games/supermariowar/desktop/smw-leveledit.desktop new file mode 100644 index 0000000000..41a05d6c4b --- /dev/null +++ b/games/supermariowar/desktop/smw-leveledit.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Super Mario War Level Editor +Exec=smw-leveleditor +Icon=smw-leveleditor +Terminal=false +Type=Application +Categories=Game;ActionGame; diff --git a/games/supermariowar/desktop/smw-worldedit.desktop b/games/supermariowar/desktop/smw-worldedit.desktop new file mode 100644 index 0000000000..8eee2981f4 --- /dev/null +++ b/games/supermariowar/desktop/smw-worldedit.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Super Mario War World Editor +Exec=smw-worldeditor +Icon=smw-worldeditor +Terminal=false +Type=Application +Categories=Game;ActionGame; diff --git a/games/supermariowar/desktop/smw.desktop b/games/supermariowar/desktop/smw.desktop new file mode 100644 index 0000000000..9577b053da --- /dev/null +++ b/games/supermariowar/desktop/smw.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Super Mario War +Comment=Super Mario multiplayer game +Exec=smw +Icon=smw +Terminal=false +Type=Application +Categories=Game;ActionGame; |