Format string refactor
This commit is contained in:
@@ -363,7 +363,7 @@ function OnOpen(path, meta)
|
||||
end
|
||||
|
||||
Coroutines = {}
|
||||
function AddCo(f)
|
||||
function CoAdd(f)
|
||||
local i = #Coroutines + 1
|
||||
Coroutines[i] = coroutine.create(f)
|
||||
coroutine.resume(Coroutines[i])
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- Style.WaitForEvents = 0
|
||||
|
||||
-- AddCo(function()
|
||||
-- CoAdd(function()
|
||||
-- Play{
|
||||
-- {kind = 10, key = KEY_DOWN, xwindow = 1280, ywindow = 720},
|
||||
-- {kind = 10, key = KEY_DOWN, xwindow = 1280, ywindow = 720},
|
||||
|
||||
Reference in New Issue
Block a user