Skip to content

Commit

Permalink
- Modified Twitter message when winning
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansero29 committed Apr 6, 2017
1 parent 4476170 commit 4c73e23
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/gameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void ShareToTW(string linkParameter)

string nameParameter = "I guessed the number in " + tries + " tries! Try to beat me! ;) "; //This has the length limitation of a tweet!
Application.OpenURL(TWITTER_ADDRESS +
"?text=" + WWW.EscapeURL(nameParameter + "\n" + descriptionParam + "\n" + "Get the Game:\n" + appStoreLink));
"?text=" + WWW.EscapeURL(nameParameter + "\n" + "Get the Game:\n" + appStoreLink));
}

private void Start()
Expand Down
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
Binary file not shown.
Binary file modified Library/assetDatabase3
Binary file not shown.
Binary file modified Library/metadata/5d/5dfd1fa1525eddf40a2ced8a31d89e6a
Binary file not shown.

0 comments on commit 4c73e23

Please sign in to comment.