Gunfight-Dev-Team / Gunfight

Gunfight is a online multiplayer 2D shooter game where two teams fight each other to advance in a tournament-style game.
2 stars 0 forks source link

Setting menu to change volume, resolution, etc.. #40

Open bretthickman opened 1 year ago

bretthickman commented 1 year ago

Have a settings menu in the main menu for volume resolution, etc. Think about the future with things like voice chat settings that will be added later(basically just leave space for more things to come).

GelzoneXUnsas commented 12 months ago

Here are some layers regarding the sound mixer:

Music:

  1. Background Music:

    • Main Menu Music
    • In-Game Music
  2. Stingers:

    • Victory Music
    • Defeat or Game Over Music

SFX (Sound Effects):

  1. Player Actions:

    • Weapon Sounds:
      • Gunshots
      • Reload
      • Empty Ammo
    • Movement Sounds:
      • Footsteps (different surfaces like wooden, carpet, metal, etc.)
    • Interaction Sounds:
      • Pick Up Items
      • Item Breaking
      • Explosions
      • Door Opening/Closing
      • Take Shot
      • Shot Hit
  2. Environment:

    • Wind
    • Birds
    • Water
    • City Ambiance
  3. User Interface (UI):

    • Menu Navigation:
      • Hover Sounds
      • Selection Sounds
    • HUD Feedback:
      • Health Low Warning
      • Ammo Count
      • Objective Updates
  4. Miscellaneous:

    • Any other sounds specific to your game's mechanics or unique features.