Hello all, I am brand new here but I hope you can help me.
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:
# The background of the main menu.
window:
style "mm_root"
I would like to actually create new styles, I only find the "mm_root" and the "gm_root" styles. How do I create a new one? Actually, I need to create a menu that works as a dictionary, the same that you can find in Steins;Gate. I think I know how to make it using persistents when the user find some terms so they are added to this new menu, the problem is that first I need to create the menu itself.
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:
# The main menu buttons.
frame:
style_group "mm"
How do I create new styles like the "mm" one?
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!