所以我有一個與display.setRefencePoint
一起工作的電暈應用程序,但是現在嘗試運行它時,它不起作用。在網上看起來好像我現在需要使用Anchors
。下面是我目前的部分,但我很難將其轉換爲Anchor
分,請幫助。如何將Corona setReferencePoint轉換爲Anchor?
background = display.newImage ("Background.png");
--Sets its position reference point
background:setReferencePoint (display.TopLeftReferencePoint);