Getting Started
Gallerynpy Stored Resource
Resources Stored Module
Actions Stored Module
gallerynpy.actions.UpdateUI
gallerynpy.actions.ChangeAnimationSpeed
gallerynpy.actions.IncreaseAnimationSpeed
gallerynpy.actions.DecreaseAnimationSpeed
A renpy action. Update the ui restarting the current interaction using renpy.restart_interaction()
A gallerynpy action. Change the current value of the animation speed.
Only works for animations that use animation_speed() .
animation_speed()
A gallerynpy action. Increase the current value of the animation speed by +1.
max – The max value for animation speed.
A gallerynpy action. Decrease the current value of the animation speed by -1.