diff options
author | hop311 <hop3114@gmail.com> | 2024-10-20 23:02:04 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-10-20 23:02:04 +0200 |
commit | 45d56aed583fd0db2f6201f9179f3919d2528d89 (patch) | |
tree | 78c5cf07c7218db9a91849115b75250b5ac6d009 /game/src/Game/GameSession/Topbar.gd | |
parent | 4c6e41074381ad5b61d64a796c242806cc61a18c (diff) |
Minor formatting changes (mostly whitespace cleanup)
Diffstat (limited to 'game/src/Game/GameSession/Topbar.gd')
-rw-r--r-- | game/src/Game/GameSession/Topbar.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/Topbar.gd b/game/src/Game/GameSession/Topbar.gd index 2f1fdbf..aecdced 100644 --- a/game/src/Game/GameSession/Topbar.gd +++ b/game/src/Game/GameSession/Topbar.gd @@ -570,7 +570,7 @@ func _update_speed_controls() -> void: var paused : bool = MenuSingleton.is_paused() var speed : int = MenuSingleton.get_speed() - # TODO - decide whether to disable these or not + # TODO - decide whether to disable these or not # (they don't appear to get disabled in the base game) #if _speed_up_button: # _speed_up_button.disabled = not MenuSingleton.can_increase_speed() |