Ren'Py Screens for Dummies (me) | Part 1: What is a Screen?
cuteshadow.itch.io·12h
Flag this post

Introduction to Ren’Py Screens for Dummies (me)

The goal of this series is to provide a comprehensive tutorial on Ren’Py Screens.

I think the issue with the currently available material is that they leave out too much for a beginner without laying down a foundation in UI design, and/or it’s just a bunch of jank-hacky stuff that won’t teach you good habits.

The current outline for this series is as follows. This may change as the series goes on:

  1. What is a Screen? (you are here)
  2. Making a Screen. (coming next)****
  3. Positioning. Containers.
  4. Screen elements. Text. Images.
  5. Actions. Buttons. Input.
  6. Styles.
  7. Logic. Variables. Python.
  8. Ren’Py’s default UI and why it sucks.

What is a Screen?

Before we do any code, let’s make it clear what…

Similar Posts

Loading similar posts...