game no longer crashes whoops
This commit is contained in:
parent
da27806b79
commit
288a67e69d
1 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,8 @@ public class Game extends ApplicationAdapter {
|
|||
|
||||
int x = 64, y = 64;
|
||||
while (shope.size() < 3) {
|
||||
new Face(1 + random.nextInt(6), new Transform(x += 96, y, 64, 64)); //TODO RO FIX plz i beg!!!!
|
||||
Face ware = new Face(1 + random.nextInt(6), new Transform(x += 96, y, 64, 64));//TODO RO FIX plz i beg!!!!
|
||||
shope.add(ware);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue