Hey,
I’ve been using corona to make a couple of games so far. Everything was working fine until today. When I ran my game, I got this error in the console window:
12:07:28.395 WARNING: V1 graphics compatibility is deprecated. Some features may not work as expected
https://coronalabs.com/blog/coronageek/corona-geek-hangout-64/
I read on this blog post that there is an update to corona graphics 2.0 from 1.0. However, whenever I try to click on the “Graphics 2.0 Migration Guide” it just takes me to the corona docs page: https://docs.coronalabs.com/.
Could you please let me know if there is a guide to updating my graphics?
The following is a code from my config file for the graphics settings:
content =
{
graphicsCompatibility = 0,
width = 768,
height = 1024,
–scale = “adaptive”
scale = “letterBox”,
fps = 60,
imageSuffix =
{
["@2x"] = 2,
},
},
Thanks,
Suhas