Add imports for libraries
This commit is contained in:
parent
d942f55585
commit
15308b2b2b
@ -6,10 +6,14 @@ TEXTURE_WIDTH = 128
|
|||||||
TEXTURE_HEIGHT = 128
|
TEXTURE_HEIGHT = 128
|
||||||
|
|
||||||
PartsManager=require("nulllib.PartsManager")
|
PartsManager=require("nulllib.PartsManager")
|
||||||
|
UVManager=require("nulllib.UVManager")
|
||||||
|
logging=require("nulllib.logging")
|
||||||
nmath=require("nulllib.math")
|
nmath=require("nulllib.math")
|
||||||
nmath
|
timers=require("nulllib.timers")
|
||||||
lerp=math.lerp
|
util=require("nulllib.util")
|
||||||
|
|
||||||
wave=nmath.wave
|
wave=nmath.wave
|
||||||
|
lerp=math.lerp
|
||||||
|
|
||||||
-- syncState {{{
|
-- syncState {{{
|
||||||
function syncState()
|
function syncState()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user