Search found 1 match

by ~Po~
Sun Feb 18, 2007 8:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Uhh... Tiny question about NVL mode...
Replies: 21
Views: 4417

I don't know if this is been fixed with the new release but this is what I did to work around it: init: # end blinking arrow + NVL Mode $ end = False python hide: def end_overlay(): if end: ui.image(anim.Blink("arrow.png", xpos=760, xanchor=0, ypos=560, yanchor=0)) config.overlay_functions...