@@ -770,6 +770,24 @@ export default class GameManager {
770
770
"https://thunderstore.io/c/hard-time-3/api/v1/package/" , EXCLUSIONS ,
771
771
[ new StorePlatformMetadata ( StorePlatform . STEAM , "3009850" ) ] , "HardTime3.png" ,
772
772
GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "" ] ) ,
773
+
774
+ new Game ( "Tank Team" , "TankTeam" , "TankTeam" ,
775
+ "Tank Team" , [ "Tank Team.exe" ] , "Tank Team_Data" ,
776
+ "https://thunderstore.io/c/tank-team/api/v1/package/" , EXCLUSIONS ,
777
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "2587450" ) ] , "TankTeam.jpg" ,
778
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "" ] ) ,
779
+
780
+ new Game ( "Distance" , "Distance" , "Distance" ,
781
+ "Distance" , [ "Distance.exe" ] , "Distance_Data" ,
782
+ "https://thunderstore.io/c/distance/api/v1/package/" , EXCLUSIONS ,
783
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "233610" ) ] , "Distance.png" ,
784
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "" ] ) ,
785
+
786
+ new Game ( "Five Nights at Freddy's: Into the Pit" , "FiveNightsAtFreddysIntoThePit" , "FiveNightsAtFreddysIntoThePit" ,
787
+ "Five Nights at Freddy's Into the Pit" , [ "Five Nights at Freddy's Into the Pit.exe" ] , "Five Nights at Freddy's Into the Pit_Data" ,
788
+ "https://thunderstore.io/c/five-nights-at-freddys-into-the-pit/api/v1/package/" , EXCLUSIONS ,
789
+ [ new StorePlatformMetadata ( StorePlatform . STEAM , "2638370" ) ] , "FiveNightsAtFreddysIntoThePit.png" ,
790
+ GameSelectionDisplayMode . VISIBLE , GameInstanceType . GAME , PackageLoader . BEPINEX , [ "" ] ) ,
773
791
] ;
774
792
775
793
static get activeGame ( ) : Game {
0 commit comments