input styling, globalize timer functions
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
controlledAudio.volume = 0.3
|
||||
end)
|
||||
|
||||
local test = gurt.setTimeout(function()
|
||||
local test = setTimeout(function()
|
||||
print('removed')
|
||||
programmaticAudio:play()
|
||||
end, 3000)
|
||||
|
||||
Reference in New Issue
Block a user