Revision f2dd73c5
Added by Leszek Koltunski over 3 years ago
| distorted-sokoban/src/main/java/org/distorted/sokoban/SokobanLevels.java | ||
|---|---|---|
| 669 | 669 |
|
| 670 | 670 |
try |
| 671 | 671 |
{
|
| 672 |
c.clipRect(0, mGap/2, scrWidth, scrHeight-mGap/2+6, Region.Op.REPLACE);
|
|
| 672 |
c.clipRect(0, mGap/2, scrWidth, scrHeight-mGap/2+6, Region.Op.INTERSECT);
|
|
| 673 | 673 |
|
| 674 | 674 |
for(int i=beg; i<=end; i++) |
| 675 | 675 |
{
|
| ... | ... | |
| 685 | 685 |
} |
| 686 | 686 |
} |
| 687 | 687 |
|
| 688 |
c.clipRect(0, 0, scrWidth, scrHeight, Region.Op.REPLACE);
|
|
| 688 |
c.clipRect(0, 0, scrWidth, scrHeight, Region.Op.INTERSECT);
|
|
| 689 | 689 |
} |
| 690 | 690 |
catch( ArrayIndexOutOfBoundsException aiofb ) { System.out.println("render1: level out of bounds??"); }
|
| 691 | 691 |
|
| distorted-sokoban/src/main/res/values/strings.xml | ||
|---|---|---|
| 1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
<resources> |
| 3 | 3 |
<integer name="is_korean">0</integer> |
| 4 |
<string name="app_name">Sokoban</string> |
|
| 4 |
<string name="app_name">Magic Sokoban</string>
|
|
| 5 | 5 |
<string name="splash">ThreeDCell presents</string> |
| 6 | 6 |
<string name="error">Startup error!!</string> |
| 7 | 7 |
<string name="email">sokoban@koltunski.pl</string> |
Also available in: Unified diff
Changee the name to Magic Sokoban and make it run on my physical phone.