Compare commits

..

6 Commits

Author SHA1 Message Date
Victor
5408d89cc3 Merge commit '1425b74bd71ecc5ec9f5056487f210068cf499e9' into 240x320 2014-02-26 23:03:15 +02:00
Victor
2c205ce1d0 Set obstacles position 2014-02-26 21:15:14 +02:00
Victor
f26f8d0736 Update resources ME 2014-02-26 21:14:56 +02:00
Victor
4397123bc8 Update COORD values 2014-02-26 21:12:07 +02:00
Victor
8aa9f01b84 Set 320x240 resolution SE 2014-02-26 21:08:48 +02:00
Victor
c268b73a75 Update resources 2014-02-26 21:08:14 +02:00
11 changed files with 7 additions and 7 deletions

View File

@ -21,6 +21,6 @@ public class Background {
}
public void drawObstacles(Graphics g) {
g.drawImage(obstacles, 0, 200);
g.drawImage(obstacles, 0, 100);
}
}

View File

@ -13,10 +13,10 @@ public class MainApp extends InputProcessor implements ApplicationListener {
/** Coords for enemies */
private static final int[] COORD = {
6, 321, 49, 318, 100, 228, 145, 259, 230, 356,
86, 375, 365, 325, 344, 232, 296, 296, 457, 355,
480, 260, 530, 288, 500, 288, 590, 297, 617, 343,
2, 467, 502, 7
3, 160, 24, 159, 50, 114, 72, 129, 115, 178,
43, 187, 182, 162, 172, 116, 148, 148, 228, 177,
240, 130, 265, 144, 250, 144, 295, 148, 308, 171,
1, 233, 251, 3
};
private int width, height;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -12,7 +12,7 @@ public class Main extends Application {
}
public Main() {
super(new MainApp(), 640, 480);
super(new MainApp(), 320, 240);
setTitle("Military Hero");
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB