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

Functions

function demo_start () end
 

Variables

local entity = require "nngn.lib.entity"
 
local player = require "nngn.lib.player"
 
local texture = require "nngn.lib.texture"
 
local N = 2 ^ 10
 
local rnd = function() return (nngn:math():rand() - .5) * 256 end
 

Function Documentation

◆ demo_start()

function demo_start ( )

Variable Documentation

◆ entity

local entity = require "nngn.lib.entity"

◆ N

local N = 2 ^ 10

◆ player

local player = require "nngn.lib.player"

◆ rnd

local rnd = function() return (nngn:math():rand() - .5) * 256 end

◆ texture

local texture = require "nngn.lib.texture"