Update COORD values

This commit is contained in:
Victor 2014-02-26 21:12:07 +02:00
parent 8aa9f01b84
commit 4397123bc8

View File

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