v0.3.1: updated about scene to point to shattered website instead of tumblr.

This commit is contained in:
Evan Debenham 2015-07-08 10:07:11 -04:00
parent b4f6bf1b0b
commit 063d488dce

View File

@ -100,7 +100,7 @@ public class AboutScene extends PixelScene {
TouchArea shpxhotArea = new TouchArea( shpxlink ) {
@Override
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 );
}
};