HomeWikiSourceDownloadsDiscord

Kristal Wiki


Getting Started


These pages get you ready to use the engine.

  • Downloading Kristal
  • Installing and Playing Mods

General Mod Creation


These pages teach you about mod development.

  • Understanding the Basics
  • Creating a Mod
  • Using Libraries
  • Creating an Item
  • Creating a Spell
  • Actors
  • Party Members
  • Custom Keybinds
  • The UI System

The Overworld


Everything to do with the overworld.

  • Designing a Map
  • Cutscenes

Battles


Everything related to creating battles.

  • Battlers
  • Encounters

API Reference


An auto-generated API reference for Kristal.

⮬Back to Top⮭

MainMenuTitle

┗> StateClass > Class


Constructor


MainMenuTitle(menu: any)

Arguments:

menu: any




Methods


MainMenuTitle:draw()



MainMenuTitle:onEnter(old_state: any)

Arguments:

old_state: any


MainMenuTitle:onKeyPressed(key: any, is_repeat: any)

Arguments:

key: any
is_repeat: any

Returns:

1: boolean


MainMenuTitle:registerEvents()



MainMenuTitle:selectOption(id: any)

Arguments:

id: any

Returns:

1: boolean



Fields


MainMenuTitle.has_target_saves: boolean


MainMenuTitle.logo: love.Image


MainMenuTitle.menu: MainMenu


MainMenuTitle.options: table


MainMenuTitle.selected_option: number



Undocumented


DELTARUNE by Toby Fox. Website designed by NyakoFox. © 2023 Kristal Team. All rights reserved.