todo cleanup

This commit is contained in:
Oth3r 2024-10-19 17:45:58 -05:00
commit 81f8cf6244
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ public class ConfigScreen extends Screen {
@Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
super.render(context, mouseX, mouseY, delta);
//todo fade?
// todo fade in like the title screen on first load?
renderBanner(context,width/2 - 64,this.height / 4 -38,1);
}