Tweaked the indicator positions
This commit is contained in:
@@ -23,7 +23,7 @@ import com.replaymod.core.events.PostRenderCallback;
|
||||
public class FullBrightness extends EventRegistrations implements Extra {
|
||||
private ReplayModReplay module;
|
||||
|
||||
private final IGuiImage indicator = new GuiImage().setTexture(ReplayMod.TEXTURE, 90, 20, 19, 13).setSize(19, 13);
|
||||
private final IGuiImage indicator = new GuiImage().setTexture(ReplayMod.TEXTURE, 90, 20, 19, 16).setSize(19, 16);
|
||||
|
||||
private MinecraftClient mc;
|
||||
private boolean active;
|
||||
|
||||
@@ -59,7 +59,6 @@ public class QuickMode extends EventRegistrations implements Extra {
|
||||
}
|
||||
|
||||
private void updateIndicator(GuiReplayOverlay overlay) {
|
||||
System.out.println("QuickMode::updateIndicator; active=" + (active ? "T" : "F"));
|
||||
if (active) {
|
||||
overlay.statusIndicatorPanel.addElements(new HorizontalLayout.Data(2), indicator);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user