The Director class has not been updated in a long time. It has never been updated to work with Graphics 2.0. Most people who have been using Director have gotten it to work by including:
graphicsCompatibility = 1
in their config.lua (where you set the width and height) to kick in graphics 1.0 compatibility mode. However, Corona Labs can’t provide support for Director. The official recommendation is to update to the composer.* API.
Director is all Lua, you might be able to update it to work with Graphics 2.0
The legacy sprite library was removed at the same time as Graphics 2.0, but we made it open source so you can continue to use it. It seems like you found that solution on your own.
The Director class has not been updated in a long time. It has never been updated to work with Graphics 2.0. Most people who have been using Director have gotten it to work by including:
graphicsCompatibility = 1
in their config.lua (where you set the width and height) to kick in graphics 1.0 compatibility mode. However, Corona Labs can’t provide support for Director. The official recommendation is to update to the composer.* API.
Director is all Lua, you might be able to update it to work with Graphics 2.0
The legacy sprite library was removed at the same time as Graphics 2.0, but we made it open source so you can continue to use it. It seems like you found that solution on your own.