Skip to content

Commit

Permalink
Editor and map adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
chudooder committed Feb 13, 2014
1 parent 52686b1 commit 918dcc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dev/macheeengun.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified levels/plains.lvl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/net/fe/editor/LevelEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(String[] args) {
@Override
public void init(int width, int height, String name) {
super.init(width, height, name);
currentStage = new LevelEditorStage("decay");
currentStage = new LevelEditorStage("plains");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/net/fe/editor/LevelEditorStage.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class LevelEditorStage extends Stage {
try {
palette = TextureLoader
.getTexture("PNG", ResourceLoader
.getResourceAsStream("res/terrain_tiles_new.png"));
.getResourceAsStream("res/terrain_tiles.png"));
tileset = new Tileset(palette, 16, 16);
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 918dcc3

Please sign in to comment.