I recently decided to start a visual novel with a friend, I finally finished with all the text on my part and now I'm working on the visuals, with the menus for starters.
This is probably something really easy but I can't find how to make it. In the screen script, for all the diferent menus, there's the style of them, for example in the main menu template:
Code: Select all
# The background of the main menu.
window:
style "mm_root"I need to not only change the style for the background, but also for the buttons, that in the main menu template appears like this:
Code: Select all
# The main menu buttons.
frame:
style_group "mm"That's all for now, I will probably spam the forum with more doubts for now on so I hope you can forgive me in advance
And sorry if my English is no good, I'm actually Spanish so I probably commited some mistakes.
Thank you!
