"Press Any Key" and choice hover color

I am new to creating with Adventuron and I was unsure how to change the color of the yellow block on the bottom-right part of the screen when the prompt to “Press any Key” is active. I am also wondering how to change the color of the pen and paper for choices, for instance when the game asks you if you would like the sound on or off before starting.

Not sure if any of that made sense, hopefully it did.

3 Likes

You do all of that under themes:

themes {
   my_theme : theme {
      theme_settings {
         experimental_wait_graphic = yourgraphichere
      }
      colors {
         question_header_pen = #f29310
      }
   }
}

experimental_wait_graphic changes the yellow flashing cursor.

There are lots more options under ‘colors’ - just CTRL + SPACE to see them all.

2 Likes