aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_mirrorsedge.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/basic_games/games/game_mirrorsedge.py')
-rw-r--r--libs/basic_games/games/game_mirrorsedge.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/basic_games/games/game_mirrorsedge.py b/libs/basic_games/games/game_mirrorsedge.py
new file mode 100644
index 0000000..db81908
--- /dev/null
+++ b/libs/basic_games/games/game_mirrorsedge.py
@@ -0,0 +1,19 @@
+from ..basic_game import BasicGame
+
+
+class MirrorsEdgeGame(BasicGame):
+ Name = "Mirror's Edge Support Plugin"
+ Author = "Luca/EzioTheDeadPoet"
+ Version = "1.0.0"
+
+ GameName = "Mirror's Edge"
+ GameShortName = "mirrorsedge"
+ GaneNexusHame = ""
+ GameSteamId = 17410
+ GameGogId = 1893001152
+ GameBinary = "Binaries/MirrorsEdge.exe"
+ GameDataPath = "TdGame"
+ GameSupportURL = (
+ r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
+ "Game:-Mirror's-Edge"
+ )