Ignore:
Timestamp:
Jul 26, 2025, 1:44:34 PM (19 hours ago)
Author:
chronos
Message:
  • Added: Allow to switch music on/off from game window main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.lfm

    r614 r676  
    470470        end
    471471      end
     472      object mMusic: TMenuItem
     473        Tag = 103
     474        object mMusicOn: TMenuItem
     475          Tag = 104
     476          Caption = 'mMusicOn'
     477          RadioItem = True
     478          OnClick = mMusicOnClick
     479        end
     480        object mMusicOff: TMenuItem
     481          Tag = 105
     482          RadioItem = True
     483          OnClick = mMusicOffClick
     484        end
     485      end
    472486      object N6: TMenuItem
    473487        Caption = '-'
Note: See TracChangeset for help on using the changeset viewer.