mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
added red sprites for deleted pods
This commit is contained in:
@@ -85,5 +85,11 @@ function M.update(dt)
|
||||
end
|
||||
end
|
||||
|
||||
function M.repeat_seconds(seconds, callback)
|
||||
M.seconds(seconds, function()
|
||||
callback()
|
||||
M.repeat_seconds(seconds, callback)
|
||||
end)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user