apparently read was added to fs.open "r" mode in 2017

This commit is contained in:
kepler155c@gmail.com
2019-12-05 13:44:35 -07:00
parent 1e675a2e35
commit 424fff7842
3 changed files with 9 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ function Transition.expandUp(args)
local easing = args.easing or 'linear'
local pos = { y = args.ey + 1 }
local tween = Tween.new(ticks, pos, { y = args.y }, easing)
_syslog(args)
args.canvas:move(args.x, pos.y)
return function()