Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Replace support notice with FORNO twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
forno committed Dec 10, 2019
1 parent 937f100 commit a8a015f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/GlobalOnClickManagerScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ public void GlobalOnClick(string objectid) {

//---------------------------------------------

case "SettingsPage/DiscordButton":
menu.ShowDialogOKCancel(LanguageManager.config.showdialog.OPEN_DISCORD, LanguageManager.config.tutorial.TUTORIAL4_BODY_1 +"http://example.com"+ LanguageManager.config.tutorial.TUTORIAL4_BODY_2, 0.05f,
case "SettingsPage/SupportButton":
menu.ShowDialogOKCancel(LanguageManager.config.showdialog.OPEN_SUPPORT, LanguageManager.config.tutorial.TUTORIAL4_BODY_1 +"https://twitter.com/forno_recsys "+ LanguageManager.config.tutorial.TUTORIAL4_BODY_2, 0.05f,
() => {
Launch.Launch("http://example.com", "", "");
Launch.Launch("https://twitter.com/forno_recsys", "", "");
}, () => { });

break;
Expand Down
10 changes: 5 additions & 5 deletions Assets/Scripts/LanguageManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Open VR空間内であれば、使用しているVRソフトウェアに関係
・設定ファイルを編集するとさらに応用的な使い方ができます。
・VRAutorunHelper.exeを使用するとVR使用時に自動起動するようになります。";

public string TUTORIAL4_TITLE = "Discordのご案内(4/4)";
public string TUTORIAL4_TITLE = "Supportのご案内(4/4)";
public string TUTORIAL4_BODY_1 = @"
本ツールの更新情報はDiscordサーバーで配信しています
ご意見・ご要望等もこちらまで
本ツールの更新情報はTwitterで配信しています
ご意見・ご要望等もリプライかDMまで
";//https://discord.gg/QSrDhE8
";//https://twitter.com/forno_recsys
public string TUTORIAL4_BODY_2 = @"
このURLを開きますか?(ブラウザを開きます)
Expand Down Expand Up @@ -128,7 +128,7 @@ public class ShowDialog
public string ALARM_ERROR = "アラーム機能が異常動作しました。\nアラーム動作が信頼できない可能性があります。";
public string ONTIME = "時間になりました";
public string ALARMSTOP = "停止するにはアラーム設定画面でReleaseをタップしてください。";
public string OPEN_DISCORD = "Discordを開きますか?";
public string OPEN_SUPPORT = "Supportを開きますか?";
public string OPEN_VANIIMENU = "VaNiiMenuを起動しますか?";
public string OPEN_VANIIMENU_BODY = "";//v0.11
public string EXIT_VANIIMENU_TITLE = "VaNiiMenuを終了しますか?";
Expand Down
8 changes: 4 additions & 4 deletions Assets/Scripts/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ void WelcomeCheck()
//機能説明
ShowDialogOK(LanguageManager.config.tutorial.TUTORIAL3_TITLE, LanguageManager.config.tutorial.TUTORIAL3_BODY, 0.5f, () =>
{
//Discord案内
ShowDialogOKCancel(LanguageManager.config.tutorial.TUTORIAL4_TITLE, LanguageManager.config.tutorial.TUTORIAL4_BODY_1+ "http://example.com" + LanguageManager.config.tutorial.TUTORIAL4_BODY_2, 0.5f, () =>
//Support案内
ShowDialogOKCancel(LanguageManager.config.tutorial.TUTORIAL4_TITLE, LanguageManager.config.tutorial.TUTORIAL4_BODY_1+ "https://twitter.com/forno_recsys" + LanguageManager.config.tutorial.TUTORIAL4_BODY_2, 0.5f, () =>
{
Launcher.Launch("http://example.com", "", "");
Launcher.Launch("https://twitter.com/forno_recsys", "", "");
WelcomeStartup();
}, () => {
WelcomeStartup();
Expand All @@ -278,7 +278,7 @@ void WelcomeStartup()
//オンライン機能
void WelcomeOnline()
{
//Discord案内
//Support案内
ShowDialogOKCancel(LanguageManager.config.tutorial.TUTORIAL_ONLINE_TITLE, LanguageManager.config.tutorial.TUTORIAL_ONLINE_BODY, 0.5f, () =>
{
Launcher.Launch("VaNiiTweetHelper\\VaNiiTweetHelper.exe", "", "");
Expand Down
4 changes: 2 additions & 2 deletions Assets/main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -25003,7 +25003,7 @@ GameObject:
- component: {fileID: 822796001}
- component: {fileID: 822796000}
m_Layer: 5
m_Name: DiscordButton
m_Name: SupportButton
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -35124,7 +35124,7 @@ MonoBehaviour:
m_LineSpacing: 0.8
m_Text: 'Support

Discord'
Twitter'
--- !u!222 &1149242851
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down

0 comments on commit a8a015f

Please sign in to comment.