-
-
-
-
-
-
-
-
-
-
-
http://www.amazon.de/Plantroni…Y52/ref=pd_cp_computers_1
das headset was ich mir nach meinem aktuellen holen werde
-
-
-
-
-
-
-
Code
Alles anzeigenwhile (!controller.isButtonPressed(0)){ controller.poll(); yWert += controller.getAxisValue(0) * 5; xWert += controller.getAxisValue(1) * 5; yAusgabe = (int) yWert; xAusgabe = (int) xWert; if(yAusgabe < 0){ yAusgabe = 0; } if(xAusgabe < 0){ xAusgabe = 0; } try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } repaint(); } System.err.println("Das Spiel wurde beendet!");
//Das ist für ein Java Programm das ich gerade schreibe
-
-
@sponge: kenn ich auch, gutes lied.
https://www.youtube.com/watch?…LRYScbBKcVsTkxZXg&index=2
hab ich mir grad per youtube to mp3 converter auf'n pc gezogen. (fangt jetzt keine moralische diskussion an, bitte)