Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh, in case you didn't know, the subroutine itself is located in the subroutines{} block. For example:

subroutines {
   win_game_jingle : subroutine {
      // Do your jingle code in here
   }
}