Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Only the prompt symbol in color.

A topic by auraes created Sep 14, 2019 Views: 104 Replies: 7
Viewing posts 1 to 3
Submitted

I tried to put just the prompt symbol in yellow ">" (and not the whole line) and I didn't succeed. Don't bother with that, it's just a detail, but if there's a simple way to do it.

strings {
   yellow_prompt : string "<>><6>>" ;
}
system_messages {
  prompt = {yellow_prompt}
}
I tried also to cheat using prior_prompt but it displays a new line after it.

Host

I guess colouring the prompt in such a way should work (I'll look at it).

But this will definitely works ....

      colors {
         prompt_pen                  = 5
         textbox_pen                 = 7
      }
      
Submitted

YES! Thanks.
Can the player's order entry be in lower case letters?

Host

Yes ...

my_theme : theme {
   settings {
      textbox_capitalization = unaltered
   }
}
Submitted
Deleted 4 years ago
Submitted

Are all these colours documented anywhere? I've changed some of mine to overcome a possible bug with the default colours and I found all sorts of weird and wonderful colour properties in the process (especially those related to links), but some of them don't seem to do anything.

Host

Documenting it now.

Host

Please don't work around text colouring issues, not yet anyway. Better to get them fixed.

Submitted

I've done a workaround for the beta test, but I'll fix it for the final submission if we can find a solution.