Currently there is a layer of redirection for various parts of the code. One such example is the background path code. When trying to retrieve the path of a background image, AOApplication has to call a method in Courtroom just to to be able to know the current background.
Instead, the method should be provided the parameters it requires to try to resolve the path of a file. This is not limited to background pathing.
Currently there is a layer of redirection for various parts of the code. One such example is the background path code. When trying to retrieve the path of a background image,
AOApplication
has to call a method inCourtroom
just to to be able to know the current background.Instead, the method should be provided the parameters it requires to try to resolve the path of a file. This is not limited to background pathing.