Skip to content

Commit

Permalink
speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilou Li committed Apr 27, 2024
1 parent bf43645 commit 8721c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Code/src/main/java/org/example/Items.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Items extends Objects{
public static ArrayList<ExtraBomb> extraBombs = new ArrayList<>();
public static int extraBomb_items = 5;
public static ArrayList<SpeedUp> speedUps = new ArrayList<>();
public static int speedUp_items = 5;
public static int speedUp_items = 3;
public static ArrayList<ExtraLife> extraLives = new ArrayList<ExtraLife>();
public static int extraLife_items = 2;
public static ArrayList<Coin> coins = new ArrayList<Coin>();
Expand Down

0 comments on commit 8721c5b

Please sign in to comment.