nngn
Loading...
Searching...
No Matches
demo0.lua File Reference

Functions

function DEMO add_stage (text) table.insert(self.stages
 
function DEMO next ()
 
function demo_start () end
 

Variables

local input = require "nngn.lib.input"
 
local textbox = require "nngn.lib.textbox"
 
 DEMO = {i = 1, stages = {}}
 
function DEMO text end
 

Function Documentation

◆ add_stage()

function DEMO add_stage ( text )

◆ demo_start()

function demo_start ( )

◆ next()

function DEMO next ( )
Here is the caller graph for this function:

Variable Documentation

◆ DEMO

DEMO = {i = 1, stages = {}}

◆ end

local function d end

◆ input

local input = require "nngn.lib.input"

◆ textbox

local textbox = require "nngn.lib.textbox"