diff options
Diffstat (limited to 'html/tower/js/game.js')
-rw-r--r-- | html/tower/js/game.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tower/js/game.js b/html/tower/js/game.js index 82c6479..7495fbe 100644 --- a/html/tower/js/game.js +++ b/html/tower/js/game.js @@ -420,7 +420,7 @@ function populateTowerPalette() { const startButton = document.createElement('button'); startButton.id = 'startCombat'; startButton.className = 'start-button'; - startButton.textContent = 'Start Combat'; + startButton.textContent = 'Start Run'; palette.appendChild(startButton); } |