v0.3.1: updated about scene to point to shattered website instead of tumblr.
This commit is contained in:
@@ -100,7 +100,7 @@ public class AboutScene extends PixelScene {
|
|||||||
TouchArea shpxhotArea = new TouchArea( shpxlink ) {
|
TouchArea shpxhotArea = new TouchArea( shpxlink ) {
|
||||||
@Override
|
@Override
|
||||||
protected void onClick( Touch touch ) {
|
protected void onClick( Touch touch ) {
|
||||||
Intent intent = new Intent( Intent.ACTION_VIEW, Uri.parse( "http://shatteredpixel.tumblr.com") );
|
Intent intent = new Intent( Intent.ACTION_VIEW, Uri.parse( "http://" + LNK_SHPX ) );
|
||||||
Game.instance.startActivity( intent );
|
Game.instance.startActivity( intent );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user