add resetActor as an alias for reset

This commit is contained in:
Jill 2022-09-23 23:05:41 +03:00
parent 3d55d3daeb
commit 17d8f49151
2 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,7 @@
end
end
end
resetActor = reset
-- runs once during ScreenReadyCommand, before the user code is loaded
-- hides various actors that are placed by the theme

View File

@ -54,6 +54,7 @@ function Shader(frag, vert) end
---@param actor Actor
--- Resets an actor to its initial state
function reset(actor) end
resetActor = reset
---@type number
--- A simple timer. Ticks upwards at a rate of 1/sec.