Open faitarus opened 7 months ago
If you are getting the error " AttributeError: .show(x) removed. Use .root_group = x" try with following :
instead of this line: display.show(splash)
use: display.root_group = splash
Awesome, thanks!
If you are getting the error " AttributeError: .show(x) removed. Use .root_group = x" try with following :
instead of this line: display.show(splash)
use: display.root_group = splash