Browse Source

Attempt to push to docker container.

playercollision-1
Preston Driver 2 months ago
parent
commit
7a4c2fe72a
  1. 3
      .gitignore
  2. 1
      src/engine/objects/PlayerCharacter.java

3
.gitignore vendored

@ -24,3 +24,6 @@
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
*.idea/
Server.iml
*.gitignore

1
src/engine/objects/PlayerCharacter.java

@ -286,6 +286,7 @@ public class PlayerCharacter extends AbstractCharacter {
public void updateBounds() { public void updateBounds() {
this.playerBounds.setBounds(this); this.playerBounds.setBounds(this);
this.checkCollisionsWithOtherPlayers(); this.checkCollisionsWithOtherPlayers();
// This is a test to see if it will push to the docker container
} }
public void checkCollisionsWithOtherPlayers() { public void checkCollisionsWithOtherPlayers() {

Loading…
Cancel
Save