Hi! :)
I'm working on a project with a lot of textual choices. In the engine, behind every options of a textual choice menu, there is an image declared to make the container of each option. I would need for each option to show a specific image. In my project, player has to choose between a negative and a positive choice. I want the positive to have a green container and the negative one a red one. What do you think of this idea ?
Something like in GUI.yaml:
spritesheets: choice: assets/gui/choice.png 716 65 <!-- default --> choice green: assets/gui/choice_green.png 716 65 choice red: assets/gui/choice_red.png 716 65
Something like in YourStory.yaml:
- choice: - "I don't kiss and tell!" choice green: - deuzi says: ... - "You bet we did!" choice red: - deuzi says: ...