Skip to content

Commit

Permalink
Merge branch 'Team-1-Mobs-Enhancement-variations' of https://github.c…
Browse files Browse the repository at this point in the history
…om/UQcsse3200/2023-studio-3 into Team-1-Mobs-Enhancement-variations
  • Loading branch information
MiniSoda17 committed Oct 11, 2023
2 parents 75675be + 02eacc0 commit d1a27f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SplitMoblings extends Component {
public static final float MIN_X_BOUNDS = 1;
public static final float MAX_X_BOUNDS = (float) 18.5;
public static final float MIN_Y_BOUNDS = 0;
public static final float MAX_Y_BOUNDS = 8;
public static final float MAX_Y_BOUNDS = 6;
public static final String DIE_START_EVENT = "splitDeath";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void shouldSpawnWithinRangeMultipleAmount() {

for (Entity entity : initialEntities) {
entity.setPosition(
SplitMoblings.MIN_X_BOUNDS + 5, SplitMoblings.MIN_Y_BOUNDS + 5);
SplitMoblings.MIN_X_BOUNDS + 5, SplitMoblings.MIN_Y_BOUNDS + 3);
}

projectile.getComponent(TouchAttackComponent.class)
Expand Down

0 comments on commit d1a27f4

Please sign in to comment.