|
nngn
|
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 demo_start | ( | ) |
| local entity = require "nngn.lib.entity" |
| local N = 2 ^ 10 |
| local player = require "nngn.lib.player" |
| local rnd = function() return (nngn:math():rand() - .5) * 256 end |
| local texture = require "nngn.lib.texture" |