diff --git a/core/assets-raw/sprites/ui/pane-top.9.png b/core/assets-raw/sprites/ui/pane-top.9.png new file mode 100644 index 0000000000..9a8931d2e8 Binary files /dev/null and b/core/assets-raw/sprites/ui/pane-top.9.png differ diff --git a/core/src/mindustry/ui/fragments/MenuFragment.java b/core/src/mindustry/ui/fragments/MenuFragment.java index 567475678e..617ab5bac9 100644 --- a/core/src/mindustry/ui/fragments/MenuFragment.java +++ b/core/src/mindustry/ui/fragments/MenuFragment.java @@ -70,6 +70,12 @@ public class MenuFragment{ fontColor = Color.white; up = infoBanner; }}, ui.about::show).size(84, 45).name("info")); + + parent.fill((x, y, w, h) -> { + if(Core.scene.marginBottom > 0){ + Tex.paneTop.draw(0, 0, Core.graphics.getWidth(), Core.scene.marginBottom); + } + }); }else if(becontrol.active()){ parent.fill(c -> c.bottom().right().button("@be.check", Icon.refresh, () -> { ui.loadfrag.show();