Skip to content

Commit

Permalink
We do a little preview release?
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Nov 28, 2021
1 parent 6cda31a commit 2bebbc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions MenuLogic/Anlasser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,14 @@ public void Start(int lengthSeconds) {
playerDataModel.playerData.gameplayModifiers,
playerDataModel.playerData.playerSpecificSettings, // gameplaySetupViewController.playerSettings is only initialized after entering solo once
null,
"Lmao",
"Exit",
false,
null,
(a, b) => { Console.WriteLine("Finished"); }
(a, b) => {
// TODO: Handle other cases in some way maybe? Some end stats screen?
if(b.levelEndAction == LevelCompletionResults.LevelEndAction.Restart)
Start(lengthSeconds);
}
);
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "Shaffuru",
"name": "Shaffuru",
"author": "Kinsi55",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"gameVersion": "1.18.0",
"dependsOn": {
Expand Down

0 comments on commit 2bebbc9

Please # to comment.