added knockback to monsters
This commit is contained in:
@@ -344,13 +344,13 @@ public class UI {
|
||||
x = getCenteredX(text);
|
||||
y += panel.tileSize*4;
|
||||
graphics2d.drawString(text, x, y);
|
||||
if(commandNum == 0) graphics2d.drawString(">", x-panel.tileSize, y);
|
||||
if(commandNum == 0) graphics2d.drawString(">", x-panel.tileSize, y);
|
||||
|
||||
text = "Return to title";
|
||||
x = getCenteredX(text);
|
||||
y += 55;
|
||||
graphics2d.drawString(text, x, y);
|
||||
if(commandNum == 1) graphics2d.drawString(">", x-panel.tileSize, y);
|
||||
if(commandNum == 1) graphics2d.drawString(">", x-panel.tileSize, y);
|
||||
}
|
||||
private void drawTransitionScreen() {
|
||||
transCounter++;
|
||||
|
||||
Reference in New Issue
Block a user