require nulllib.sharedstate

This commit is contained in:
NullBite 2023-06-22 20:27:13 -04:00
parent 278d456a26
commit 5b13f3b4c9
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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