Skip to content

Commit

Permalink
Dice grafisch angepasst
Browse files Browse the repository at this point in the history
Abgerundete Ecken vergrößert
  • Loading branch information
Zocker1999NET committed Jun 14, 2016
1 parent 4f09f51 commit 8ab6102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dice.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void redraw() {
i.setColor(new java.awt.Color(0,0,0,0));
i.clear();
i.setColor(backC);
i.fillShape(new java.awt.geom.RoundRectangle2D.Double(0,0,sx,sy,eX/2,eY/2));
i.fillShape(new java.awt.geom.RoundRectangle2D.Double(0,0,sx,sy,eX,eY));
i.setColor(foreC);
// das "else" fehlt absichtlich
if(a==1||a==3||a==5) { //Mittlerer Punkt
Expand Down

0 comments on commit 8ab6102

Please sign in to comment.