Skip to content

Commit

Permalink
Merge pull request #29 from gamma032steam/master
Browse files Browse the repository at this point in the history
Configure build
  • Loading branch information
Arch199 authored Apr 25, 2019
2 parents 662c1df + 9ee8f7d commit 6c334ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: control.App

1 change: 0 additions & 1 deletion src/control/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ private void openLevel(String levelName) {
int[][] level = new int[GRID_W][GRID_H];

// Load map info file
System.out.println(System.getProperty("user.dir"));
Scanner scanner = new Scanner(new File("assets/levels/" + levelName + ".txt"));
for (int y = 0; y < GRID_H; y++) {
assert (scanner.hasNext());
Expand Down

0 comments on commit 6c334ad

Please sign in to comment.