-
Notifications
You must be signed in to change notification settings - Fork 0
Titles
Mike edited this page May 31, 2021
·
2 revisions
Class that contain all titles. Used in TextGameEngine.init()
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 |