- Sep 18, 2020
- 218
- 286
Hi! Just dropping in to say I'm enjoying this thread - really enjoying your artwork too. Good luck, keep going! I'd be happy to help you out with any code and writing stuff, just drop me a line.
Thank you, i'll do my best.Hi! Just dropping in to say I'm enjoying this thread - really enjoying your artwork too. Good luck, keep going! I'd be happy to help you out with any code and writing stuff, just drop me a line.
screen ui_quest():
#modal True
## Ensure this appears on top of other screens.
zorder 100
imagebutton:
focus_mask True
idle "ui_quest_idle"
hover "ui_quest_hover"
action NullAction()
## This code ensures that the quick_menu screen is displayed in-game, whenever
## the player has not explicitly hidden the interface.
init python:
config.overlay_screens.append("ui_quest")