game no longer crashes whoops

This commit is contained in:
James 2024-04-21 16:16:16 +01:00
parent da27806b79
commit 288a67e69d

View file

@ -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);
}
}