Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.35 KB

CUSTOMIZATION.md

File metadata and controls

33 lines (21 loc) · 1.35 KB

Customization and Manual Edits

Adding New Systems


Adding Background Music

  • add .mp3 files into /asssets/music/whatever.mp3
  • follow the instructions in /components/resources/Music.qml on these lines to register the music files

Removing Last Played and/or Favorites Collections


Customizing Details Screen

  • you can remove certain items from the game metadata section
  • /components/gameDetails/GameMetadata.qml has an array where you can remove or reorder any items that you don't care to see

Customizing Game List Metadata

  • /components/gameList/GameScroll.qml has some logic to decide what to show, depending on which sorting option you're using
  • you can change this to

Customizing Theme & Button Guides

  • the files in components/themes/ can be updated to change colors of elements for themes, or button labels if you use some other format of buttons on your controller.