aseprite/data/scripts/rec.lua
2007-09-20 00:32:35 +00:00

11 lines
245 B
Lua

-- ase -- allegro-sprite-editor: the ultimate sprites factory
-- Copyright (C) 2001-2005, 2007 by David A. Capello
function switch_recording_screen()
if is_rec_screen() then
rec_screen_off()
else
rec_screen_on()
end
end