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