|
@ -18,6 +18,14 @@ public class GamelauncherMain extends JFrame {//class |
|
|
|
|
|
|
|
|
int yAbschnitt = 500; |
|
|
int yAbschnitt = 500; |
|
|
|
|
|
|
|
|
|
|
|
public int getyAbschnitt() { |
|
|
|
|
|
return yAbschnitt; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setyAbschnitt(int yAbschnitt) { |
|
|
|
|
|
this.yAbschnitt = yAbschnitt; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public int breite = 1270; |
|
|
public int breite = 1270; |
|
|
|
|
|
|
|
|
public int hoehe = 600; |
|
|
public int hoehe = 600; |
|
|