v0.3.1: updated about scene to point to shattered website instead of tumblr.
This commit is contained in:
parent
b4f6bf1b0b
commit
063d488dce
|
@ -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 );
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user