Merge pull request #33 from LaughingHyena279/master

Add Kerbal Space Program basic games plugin
This commit is contained in:
Mikaël Capelle
2021-02-12 18:09:41 +01:00
committed by GitHub
+15
View File
@@ -0,0 +1,15 @@
from ..basic_game import BasicGame
class KerbalSpaceProgramGame(BasicGame):
Name = "Kerbal Space Program Support Plugin"
Author = "LaughingHyena"
Version = "1.0.0"
GameName = "Kerbal Space Program"
GameShortName = "kerbalspaceprogram"
GameNexusName = "kerbalspaceprogram"
GameSteamId = [220200, 283740, 982970]
GameBinary = "KSP_x64.exe"
GameDataPath = "GameData"