Revision 702d6752
Added by Leszek Koltunski almost 3 years ago
| src/main/java/org/distorted/overlays/OverlayStars.java | ||
|---|---|---|
| 84 | 84 |
Static3D pointS = new Static3D(widthS,mHeight*0.55f+heighS,0); |
| 85 | 85 |
Static3D pointM = new Static3D(widthM,mHeight*0.25f+heighM,0); |
| 86 | 86 |
Static3D pointE = new Static3D(0,0,0); |
| 87 |
Static3D pointF = new Static3D(0,0,-10000); |
|
| 87 | 88 |
|
| 88 | 89 |
move.add(pointS); |
| 89 | 90 |
move.add(pointM); |
| 90 | 91 |
move.add(pointE); |
| 92 |
move.add(pointF); |
|
| 91 | 93 |
|
| 92 | 94 |
return move; |
| 93 | 95 |
} |
Also available in: Unified diff
make the little flying stars disappear in the end.