Editor

Revision as of 17:52, 18 December 2024 by -u ndefined- (talk | contribs) (Create page. Rough info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The editor is where the level's blocks are arranged and the logic is modified. It is available upon editing a level in Build.

There are two modes: edit mode, and play mode. Edit mode allows to move, place and remove blocks, as well as creating custom blocks and deciding game execution using wires.

Play mode plays the game as usual, but with additional differences: a stop button to return to edit mode, debugging information such as green or red lines by Raycasts, buttons at the bottom-right corner toggled by advanced inspection, and visible scripting blocks.

Inventory

Recent blocks are shown in this section. Flower, wood, steel, grass, bricks, and stone and custom blocks, if any, are stored while in the editor. Drag to place blocks in the level.

Clicking on the '+' button shows folders. Any block you tap or click puts it to the front of the inventory row.

My Blocks

This is where custom blocks are stored. To create a custom block, tap the pencil button on a built-in block or a custom block from a folder of a game name by scrolling below.

Terrain

Bricks, grass and dirt, foliage, stone, slate, and wood and steel are in this section.

Templates

Some common templates to use, most notably Script Block.

Decor

A flower, shrub, arch, and fifteen variations of sticks contain this folder.

Game

Scripts regarding the game's state.

Objects

Scripts to modify the object and get their position and size.

Sound

Basic scripts to tinker with sounds.

Physics

Scripts for physics-based objects and manipulation. The game's physics engine uses Buller Physics.

Control

Manages the flow of logic. Contains user input as well.

Script blocks in this section are yellow.

Math

For computation.

Values

For constants that pair with variables and calculations frequently.

Variables

Scripts for storing values of different types to be remembered.

Game names

These are custom blocks from games under Build tab. They are each represented as a blue question mark, unless tapped, in which it shows the first custom block in that order until another folder of a game name is tapped.