Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Angel Seraph

34
Posts
1
Topics
38
Followers
7
Following
A member registered Jun 11, 2019 · View creator page →

Recent community posts

Thank you. I'll have a play around with those.

Hello,

I really like this tool you've created. I have 2 questions:

  1. I was just wondering if there is a way to add custom arguments. For example, if I want to display the genre of a song in the track listing, how would I do that?
  2. If I want to access a song to be used elsewhere besides in the music_room screen how would I be able to retrieve it? I've noticed that when declaring a track it uses the `.add()` method. However, I don't really know how I would get that song outside of the music_room screen. For instance, if I want to get the song details, example: `mysong.artwork` or `mysong.name` (or something like that).

Thank you in advance.