Skip to content

Commit

Permalink
Object collison
Browse files Browse the repository at this point in the history
  • Loading branch information
lul11003 committed Apr 25, 2015
1 parent af546c7 commit 300d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MerchantRPGCSE2102/src/controller/RPGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public RPGame(int transactionLimit, int tileSize) {
mapui.addCollison(rows-2, cols/2);
mapui.addMerchantSprite(rows/2, cols-2);
mapui.addCollison(rows/2, cols-2);

//just the object collison
mapui.addCollison(rows/3, cols/3);

// Creating JFrame window
Expand Down

0 comments on commit 300d8ab

Please sign in to comment.