aseprite/data/scripts/rec.lua

11 lines
245 B
Lua
Raw Normal View History

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