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

Variables

 entity = require "nngn.lib.entity"
 
 map = require "nngn.lib.map"
 
 player = require "nngn.lib.player"
 
 texture = require "nngn.lib.texture"
 
 entities = {}
 
 tex< close > = texture.load("img/chrono_trigger/cathedral.png")
 
 name = "cathedral"
 
 file = "maps/cathedral.lua"
 
 state
 
 init = init
 
 on_collision = function(e0, e1)
 
 tiles = {tex.tex, 2, 0, 0, 256, 256, 1, 2, {0, 0, 0, 1}}
 

Variable Documentation

◆ entities

entities = {}

◆ entity

entity = require "nngn.lib.entity"

◆ file

function file = "maps/cathedral.lua"

◆ init

init = init

◆ map

map = require "nngn.lib.map"

◆ name

function name = "cathedral"

◆ on_collision

on_collision = function(e0, e1)

◆ player

player = require "nngn.lib.player"

◆ state

state
Initial value:
= {;
ambient_light = true, shadows_enabled = true, zsprites = true}

◆ tex< close >

tex< close > = texture.load("img/chrono_trigger/cathedral.png")

◆ texture

texture = require "nngn.lib.texture"

◆ tiles

tiles = {tex.tex, 2, 0, 0, 256, 256, 1, 2, {0, 0, 0, 1}}