Skip to content

Commit

Permalink
Hide timer on end screen (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: smu4242 <[email protected]>
  • Loading branch information
smu4242 and smu4242 authored Feb 20, 2024
1 parent e98293f commit 05dafa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JumpRoyale/src/Arena.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ private void AddPlatform(int x, int y, int width)
private void OnGameTimerDone()
{
GetGameOverlay().Visible = false;
GetTimerOverlay().Visible = false;
_hasGameEnded = true;
_timeSinceGameEnd = DateTime.Now.Ticks;

Expand Down

0 comments on commit 05dafa9

Please sign in to comment.