[Suggestion] Replace manual background drawing with calls to Screen::renderBackground
PieKing1215 opened this issue ยท 0 comments
Is there any particular reason the background tint is drawn manually instead of using the inherited Screen::renderBackground
method?
Changing the manual fillGradient
s to renderBackground
would have basically no affect on functionality.
For the first two, there should be no difference since they are only seen ingame.
For the Uncertain screen, going into it from the main menu would make it use the dirt background instead of solid black.
Motivation: One of my mods mixins into Screen::renderBackground
, but in order to support REI, I would have to mixin into each of these internal classes as well, which would be pretty icky.