Skip to content

Commit

Permalink
missing piece of example in kotlin side
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Oct 23, 2024
1 parent 80bc9f3 commit 1059e91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions triumph-gui/4_x_x/1-started/updating-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ val gui = buildGui {
rows = 1
}

// Changing the spam prevension to allow faster clicking, for fun
spamPreventionDuration = 0.seconds

// Delegate the value of the state
// Not needed, but it's nicer to work with
var highScore by highScoreState
Expand Down

0 comments on commit 1059e91

Please sign in to comment.