nngn
|
Functions | |
local function | on_collision (e0, e1) |
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/fionas_forest.png") |
name = "fiona" | |
file = "maps/fiona.lua" | |
state = {ambient_light = true, shadows_enabled = true, zsprites = true} | |
init = init | |
on_collision = on_collision | |
reset = function() nngn:lighting():set_ambient_anim({f = {}}) end | |
tiles = {tex.tex, 2, 0, 0, 256, 256, 1, 1, {0, 0}} | |
local function on_collision | ( | e0 | , |
e1 | ) |
entities = {} |
local entity = require "nngn.lib.entity" |
file = "maps/fiona.lua" |
init = init |
local map = require "nngn.lib.map" |
name = "fiona" |
on_collision = on_collision |
local player = require "nngn.lib.player" |
state = {ambient_light = true, shadows_enabled = true, zsprites = true} |
local tex< close > = texture.load("img/chrono_trigger/fionas_forest.png") |
local texture = require "nngn.lib.texture" |
tiles = {tex.tex, 2, 0, 0, 256, 256, 1, 1, {0, 0}} |