diff options
author | Hop311 <Hop3114@gmail.com> | 2023-07-21 18:02:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 18:02:38 +0200 |
commit | 40e412da4a11de97dda041287e306ca285c50ccf (patch) | |
tree | a0b28dffaba50d351cab1619f54516be23d2aa6f /game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd | |
parent | f3f240853b15a9f9b7cb561dc6626e7f342c5c74 (diff) | |
parent | 62d001b0fa209f259440e160503dc5ffe5bcaa8f (diff) |
Merge pull request #142 from OpenVicProject/tidying
Tidying: missing req comments, submodules, hotkeys, user data folder
Diffstat (limited to 'game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd')
-rw-r--r-- | game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd b/game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd index 01e6623..c84f116 100644 --- a/game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd +++ b/game/src/Game/GameSession/MapControlPanel/MapControlPanel.gd @@ -37,7 +37,7 @@ func _on_game_session_menu_button_pressed() -> void: # REQUIREMENTS: # * SS-76 -# * UIFUN-129, UIFUN-131, UIFUN-133 +# * UIFUN-129, UIFUN-131, UIFUN-133, UIFUN-140 func _mapmode_pressed(button : BaseButton) -> void: GameSingleton.set_mapmode(button.tooltip_text) |