require nulllib.sharedstate
This commit is contained in:
parent
278d456a26
commit
5b13f3b4c9
@ -20,12 +20,14 @@ timers=require("nulllib.timers")
|
|||||||
nmath=require("nulllib.math")
|
nmath=require("nulllib.math")
|
||||||
PartsManager=require("nulllib.PartsManager")
|
PartsManager=require("nulllib.PartsManager")
|
||||||
UVManager=require("nulllib.UVManager")
|
UVManager=require("nulllib.UVManager")
|
||||||
|
sharedstate=require("nulllib.sharedstate")
|
||||||
|
|
||||||
-- math functions
|
-- math functions
|
||||||
lerp=math.lerp -- this is implemented in figura now
|
lerp=math.lerp -- this is implemented in figura now
|
||||||
wave=nmath.wave
|
wave=nmath.wave
|
||||||
|
|
||||||
-- this is too horrifying to put into nulllib for now
|
-- this is too horrifying to put into nulllib for now
|
||||||
|
-- HELL YEAH TIME TO DEPRECATE THIS BITCH!!!
|
||||||
-- syncState {{{
|
-- syncState {{{
|
||||||
do
|
do
|
||||||
local counter=0
|
local counter=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user