mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 12:22:42 +00:00
setup method
This commit is contained in:
@@ -36,7 +36,7 @@ export class TestGameRunner extends Component {
|
||||
testUserData.game.metaUpgrades.goldGathererLevel = this.goldGathererLevel;
|
||||
|
||||
const settings = this.getTimeModifiedSettings(AppRoot.Instance.Settings);
|
||||
Game.Instance.playGame(testUserData, settings, AppRoot.Instance.TranslationData, { startTime: this.startTime, startXP: this.startXP });
|
||||
Game.Instance.play(testUserData, settings, AppRoot.Instance.TranslationData, { startTime: this.startTime, startXP: this.startXP });
|
||||
}
|
||||
|
||||
private getTimeModifiedSettings(settings: GameSettings): GameSettings {
|
||||
|
||||
Reference in New Issue
Block a user