diff --git a/parts/scenes/staff.lua b/parts/scenes/staff.lua index 466d5a5b..725fbda1 100644 --- a/parts/scenes/staff.lua +++ b/parts/scenes/staff.lua @@ -77,6 +77,8 @@ function scene.update(dt) end function scene.draw() + gc.push("transform") + gc.origin() for i=1,#names do local N=names[i] if type(N.color)=="table"then @@ -86,6 +88,7 @@ function scene.draw() end gc.draw(N.text,N.x,N.y) end + gc.pop() gc.setColor(1,1,1) local T=40*math.min(time,45)