highlightHUDButton: function (target) {
      $('#hud .hud-button').removeClass('hud-button-highlight') // Removes all previous HUD highlights
      $(target).addClass('hud-button-highlight')
    },