
Welcome

Welcome to Feniks Development. Here you’ll find my best tips and tricks for coding in Ren’Py, as well as many code examples and snippets.
If you’re new here, you can click on Start Here above to see an organized list of my current tutorials, quizzes, and more. Otherwise, click on What’s New to see the latest posts.
If you’d like to be the first to know about new posts, consider signing up for my newsletter below:
Latest Posts
-
Ren’Py Position Properties – Pos and Anchor
In this beginner tutorial on Ren’Py screen language, learn about the position properties pos and anchor and how to combine them.
-
How to Format Images for Colorizing in Ren’Py
Learn how to format images for colorizing in Ren’Py, including layer splits and how to set up colors for RGB color sets.
-
How to Colorize Images in Ren’Py
Learn how to use a shader to colorize images inside the Ren’Py engine itself for character customization, item recolors, and more.
-
Ren’Py Screen Language Basics – Basic Containers
In this beginner tutorial on Ren’Py screen language, learn about three basic containers: fixed, hbox, and vbox.
-
Ren’Py Screen Language Basics – Images and Text
In this beginner tutorial on Ren’Py screen language, learn how to add properties to screen elements, such as images and text.
-
Ren’Py Screen Language Basics – Declaring and Showing a Screen
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.