Revision a0c4a1fd
Added by Leszek Koltunski 23 days ago
src/main/java/org/distorted/dialogs/DialogAbout.java | ||
---|---|---|
34 | 34 |
{ |
35 | 35 |
private static final String WHATS_NEW = |
36 | 36 |
"1. Improve support for Ghosts.\n" + |
37 |
"2. The next two Ghosts:\n - Ghost Pyramid\n - Ghost Skewb aka Golden Cube"; |
|
37 |
"2. The next two Ghosts:\n - Ghost Pyramid\n - Ghost Skewb aka Golden Cube\n" + |
|
38 |
"3. Support for undoing the last operation in the Bandaged Creators."; |
|
38 | 39 |
|
39 | 40 |
private static final String WHATS_COMING = |
40 | 41 |
"1. More algorithmic solvers - 4x4 and more.\n" + |
Also available in: Unified diff
About dialog.