From 5b13f3b4c995db214c9c674d229ed8d9c985f5cb Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 22 Jun 2023 20:27:13 -0400 Subject: [PATCH] require nulllib.sharedstate --- script.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.lua b/script.lua index 5193064..7091970 100644 --- a/script.lua +++ b/script.lua @@ -20,12 +20,14 @@ timers=require("nulllib.timers") nmath=require("nulllib.math") PartsManager=require("nulllib.PartsManager") UVManager=require("nulllib.UVManager") +sharedstate=require("nulllib.sharedstate") -- math functions lerp=math.lerp -- this is implemented in figura now wave=nmath.wave -- this is too horrifying to put into nulllib for now +-- HELL YEAH TIME TO DEPRECATE THIS BITCH!!! -- syncState {{{ do local counter=0