mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 08:39:45 +02:00
Ups
This commit is contained in:
@@ -61,7 +61,7 @@ public class PanelBuilder {
|
||||
|
||||
// Gegner hinzufügen
|
||||
|
||||
for (int i = 0; i<10000; i++) {
|
||||
for (int i = 0; i<4; i++) {
|
||||
Opponent newOpponent = new Opponent();
|
||||
gamePanel.add(newOpponent);
|
||||
newOpponent.setBounds(50, 50, 25, 25);
|
||||
|
||||
Reference in New Issue
Block a user