How do I customize the stat screen color scheme like that of Fallen Hero: Rebirth

Write your game using CSIDE like you normally would. However, when you’re ready to compile it, do not use CSIDE’s compiler. Download choicescript from github, edit the stylesheet, and then use choicescript compile.html.


  1. Download ChoiceScript from github.
  2. Export or copy the scene files.
    :warning: Do not compile from CSIDE.
    • Save or copy the files to ./web/mygame/scenes of ChoiceScript
    • Delete any files already there first.
      1
  3. Edit style.css file in the ./web folder.
  4. Use ChoiceScript shipped compile.html to compile your game.
    The file is found in the root folder.
    This will open a new browser tab where you can upload the game’s files.
    Select the complete ./web folder and “upload” it.
    Save and rename the compiled game.
4 Likes