3d rendering

What it does

The 3d rendering option changes the gameplay view from flat 2D tiles to a 3D scene. This gives you depth, lighting, and clearer visual layering while keeping your game rules and object logic the same.

Example gameplay view with 3d rendering enabled

Example: a level rendered with 3d rendering enabled.

How to use it

  1. Add render_height in the prelude of your game script.
  2. Build and run the game as usual.
  3. Gameplay levels render in 3D automatically.
title Example
author You
render_height

========
OBJECTS
========
...

When to use it

Notes for creators