Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #255 from NEirotoXiN00/AddMusicBoomBox
Browse files Browse the repository at this point in the history
Add music boom box
  • Loading branch information
Vonsant authored Jun 3, 2024
2 parents a922ba2 + c15c650 commit 4dd2e2d
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
Binary file not shown.
Binary file added Resources/Audio/BoomBox/IDrive.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/MichaelHolborn.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/TheOffspring.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/TitoTarantula.ogg
Binary file not shown.
46 changes: 46 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/boombox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,52 @@
- type: BoomBoxTape
soundPath: /Audio/BoomBox/sigrideverybodyknows.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeTitoTarantulaAfterDark
name: Tito & Tarantula - After Dark
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/TitoTarantula.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeTheOffspringTheKids
name: The Offspring - The Kids Aren't Alright
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/TheOffspring.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeMichaelHolborn
name: Michael Holborn William Henries - Mess with My Mind
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/MichaelHolborn.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeDavidRawlings
name: David Rawlings - CumberlandGap
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/DavidRawlingsCumberlandGap.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeKavinskynightcall
name: Kavinsky - nightcall
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/IDrive.ogg


# - type: entity
# parent: BaseBoomBoxTape
# id: BaseBoomBoxTapeSyndTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
UprightPianoInstrumentFlatpack: 1
DawInstrumentFlatpack: 1
BaseBoomBox: 5
BaseBoomBoxTapeTheOffspringTheKids: 3
BaseBoomBoxTapeMichaelHolborn: 3
BaseBoomBoxTapeTitoTarantulaAfterDark: 3
BaseBoomBoxTapeDavidRawlings: 3
BaseBoomBoxTapeKavinskynightcall: 3
BaseBoomBoxTapeSpaceOddity: 3
BaseBoomBoxTapeSpaceAsshole: 3
BaseBoomBoxTapeStarman: 3
Expand Down

0 comments on commit 4dd2e2d

Please sign in to comment.