Skip to content

Commit

Permalink
Add more stars!
Browse files Browse the repository at this point in the history
  • Loading branch information
finneyj committed Feb 28, 2024
1 parent b8aaee2 commit 0d85714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static void main(String[] args)
{
GameArena arena = new GameArena(500,400);

StarField f = new StarField(150, 3, arena);
StarField f = new StarField(300, 3, arena);
BigSpaceShip ship = new BigSpaceShip(100, 100, arena, 10);

while(true)
Expand Down

0 comments on commit 0d85714

Please sign in to comment.