Add Blade & Sorcery support (R3z Shark).

This commit is contained in:
Mikaël Capelle
2021-03-03 18:56:01 +01:00
parent b1c0c06acd
commit 7a205328f0
+14
View File
@@ -0,0 +1,14 @@
from ..basic_game import BasicGame
class BaSGame(BasicGame):
Name = "Blade & Sorcery Plugin"
Author = "R3z Shark"
Version = "0.1.0"
GameName = "Blade & Sorcery"
GameShortName = "bladeandsorcery"
GameBinary = "BladeAndSorcery.exe"
GameDataPath = r"BladeAndSorcery_Data\StreamingAssets\Mods"
GameSteamId = 629730