The Kwyll Interface

Main Interface

The main interface of Kwyll consists of a single window with a menu, toolbar, a tabbed main area and status bar. The menu is not shown in Main Interface, it is an operating system menu and as such on macOS displays at the top of the screen as per operating system guidelines, on Windows and Linux it may show at the top of the window above the toolbar.

Toolbar

The toolbar contains shortcuts to commonly used functionality provided by the menu functions, in order from left to right:

New Game New Game

Clear the current game and start a new empty game.

Save Game Save Game

Save the current game.

Load Game Load Game

Load an existing game, replacing the currently open one.

Export Game Export Game

Export the current game and build for running on a device or emulator.

Review Project Review Export

Display a breakdown of the exported project for review, showing important information such as how much memory is used by different parts of the game.

Undo Undo

Undo the last action taken. Kwyll keeps a list of all actions taken up to the current point, allowing you to step back in history to undo changes made or redo them. Once any number of undo steps are taken and a new change is made the changes that could be redone are cleared and it no longer becomes possible to redo from that point.

Redo Redo

Redo the last action undone.

Settings Settings

Edit game settings.

InformationInformation

Show information about the version and status of your Kwyll installation.

Tabbed Area

The main body of the Kwyll window is taken up by the tabbed area. Each editor that Kwyll has is in a separate tab in this area, including Screen, Data, Sprites, Objects, Rooms, Map, Sound, Logic and Preview.

Status Bar

The status bar at the very bottom of the window is used to provide information about the game to the designer such as memory use.

Status Bar
Memory Use

Shows how much memory, in bytes, the game data currently uses out of how much is available for use. If the usage exceeds the available space, the game will not work on device or emulator.