Skip to content
Mike edited this page May 31, 2021 · 2 revisions

Titles

Class that contain all titles. Used in TextGameEngine.init()

Constructor

const titles = new Titles();
titles.title = "Name of your game";
//or
const titles = new Titles(title, tapToCon, version);
Field Description
title Title at the top of the page and in the info pop-up
tapToCon Text "Tap to continue" when called TextGameEngine.wait()
version Game version, displayed in information pop-up
Clone this wiki locally