flag sprite and start text

This commit is contained in:
2026-04-19 12:07:15 -05:00
parent d776600c37
commit 9f790813bb
2 changed files with 1 additions and 0 deletions

View File

@@ -371,6 +371,7 @@ public class Platformer extends JPanel implements KeyListener, ActionListener{
if (currentLevel == 0){ if (currentLevel == 0){
g.drawImage(titleImg, boardWidth/2 - 150, boardHeight/2 - 200, null); g.drawImage(titleImg, boardWidth/2 - 150, boardHeight/2 - 200, null);
g.drawString("An American Identity Project", boardWidth/2 - 75, boardHeight/2-40);
String text = "Press P to Start!"; String text = "Press P to Start!";
int xBase = 340; int xBase = 340;
int yBase = 400; int yBase = 400;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 180 B