Ren’Py Position Properties – align, xycenter, and offset
In this beginner tutorial on Ren'Py screen language, learn about the position properties align, anchor, and offset.
In this beginner tutorial on Ren'Py screen language, learn about the position properties align, anchor, and offset.
In this beginner tutorial on Ren'Py screen language, learn about the position properties pos and anchor and how to combine them.
Learn how to format images for colorizing in Ren'Py, including layer splits and how to set up colors for RGB color sets.
Learn how to use a shader to colorize images inside the Ren'Py engine itself for character customization, item recolors, and more.
In this beginner tutorial on Ren'Py screen language, learn about three basic containers: fixed, hbox, and vbox.
In this beginner tutorial on Ren'Py screen language, learn how to add properties to screen elements, such as images and text.
Learn how to declare a custom screen in Ren'Py, the difference between calling and showing a screen, and which to use for your game.