Skip to content

Commit

Permalink
Windows release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanYperen committed May 2, 2017
1 parent 347cc62 commit 7e2ac3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ project(":components") {
compile "net.mostlyoriginal.artemis-odb:contrib-core:$artemisContribVersion"
compile "net.mostlyoriginal.artemis-odb:contrib-jam:$artemisContribVersion"

compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import com.artemis.utils.IntBag;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.TextureData;
import com.badlogic.gdx.math.Interpolation;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector2;
Expand All @@ -19,11 +16,6 @@
import net.mostlyoriginal.game.component.*;
import net.mostlyoriginal.game.system.DrawingSystem;
import net.mostlyoriginal.game.system.view.GameScreenAssetSystem;
import slim.texture.io.PNGDecoder;

import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.DirectReadWriteByteBuffer;

import static net.mostlyoriginal.api.operation.OperationFactory.*;
import static net.mostlyoriginal.game.component.G.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static void main (String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.width = G.SCREEN_WIDTH;
config.height = G.SCREEN_HEIGHT;
config.title = "Little Fortune Planet - LD38";
new LwjglApplication(new GdxArtemisGame(), config);
}
}

0 comments on commit 7e2ac3a

Please sign in to comment.