fix:1、删除sdk相关。2、添加tips界面,修复bug
This commit is contained in:
@@ -58,5 +58,9 @@ namespace ChillConnect
|
||||
public static uint add_points = ++Cursor_BASE;
|
||||
public static uint RefreshHallRank = ++Cursor_BASE;
|
||||
public static uint CloseMask = ++Cursor_BASE;
|
||||
|
||||
public static uint ThemeChange = ++Cursor_BASE;
|
||||
public static uint UpdateSpeed = ++Cursor_BASE;
|
||||
public static uint SetDelete = ++Cursor_BASE;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,8 +72,8 @@ namespace ChillConnect
|
||||
public static uint GetTaskRewardUI_Close = ++cursor_OpenClose;
|
||||
public static uint PayloadingUI_Open = ++cursor_OpenClose;
|
||||
public static uint PayloadingUI_Close = ++cursor_OpenClose;
|
||||
public static uint BackgroundUI_Open = ++cursor_OpenClose;
|
||||
public static uint BackgroundUI_Close = ++cursor_OpenClose;
|
||||
public static uint ArrowTipsUI_Open = ++cursor_OpenClose;
|
||||
public static uint ArrowTipsUI_Close = ++cursor_OpenClose;
|
||||
public static uint MainUI_Open = ++cursor_OpenClose;
|
||||
public static uint MainUI_Close = ++cursor_OpenClose;
|
||||
public static uint PlayBgUI_Close = ++cursor_OpenClose;
|
||||
|
||||
@@ -14,9 +14,11 @@ namespace FGUI.Arrow_game
|
||||
UIObjectFactory.SetPackageItemExtension(ArrorPoint.URL, typeof(ArrorPoint));
|
||||
UIObjectFactory.SetPackageItemExtension(HeartsPanel.URL, typeof(HeartsPanel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_finger.URL, typeof(com_finger));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watch.URL, typeof(btn_watch));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_saveingpot.URL, typeof(btn_saveingpot));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
|
||||
UIObjectFactory.SetPackageItemExtension(com_tips.URL, typeof(com_tips));
|
||||
UIObjectFactory.SetPackageItemExtension(com_bottom.URL, typeof(com_bottom));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class btn_watch : GButton
|
||||
{
|
||||
public GImage bg;
|
||||
public GTextField text;
|
||||
public const string URL = "ui://sjl9teijrsd4g";
|
||||
|
||||
public static btn_watch CreateInstance()
|
||||
{
|
||||
return (btn_watch)UIPackage.CreateObject("Arrow_game", "btn_watch");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
text = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e2e52de8e35c2c745bbbfcd811d27180
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class com_tips : GComponent
|
||||
{
|
||||
public btn_watch btn_watch;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://sjl9teijrto31o";
|
||||
|
||||
public static com_tips CreateInstance()
|
||||
{
|
||||
return (com_tips)UIPackage.CreateObject("Arrow_game", "com_tips");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_watch = (btn_watch)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7da14c1360b753e48b3778273d8e6a9c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.GameResult_08
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(3);
|
||||
btn_watchAd = (GButton)GetChildAt(8);
|
||||
btn_restart = (GButton)GetChildAt(9);
|
||||
btn_back = (GButton)GetChildAt(10);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_watchAd = (GButton)GetChildAt(7);
|
||||
btn_restart = (GButton)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.GameResult_08
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(3);
|
||||
btn_back = (GButton)GetChildAt(4);
|
||||
btn_revive = (GButton)GetChildAt(6);
|
||||
btn_restart = (GButton)GetChildAt(7);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_back = (GButton)GetChildAt(3);
|
||||
btn_revive = (GButton)GetChildAt(5);
|
||||
btn_restart = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,6 +20,10 @@ namespace FGUI.Setting_07
|
||||
public btn_on_off btn_sound;
|
||||
public btn_menu btn_us;
|
||||
public btn_menu btn_restore;
|
||||
public GButton btn_revive;
|
||||
public GSlider speed_slide;
|
||||
public GTextField level_text;
|
||||
public GButton btn_player;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://8rcjs2ucsebxf";
|
||||
@@ -33,11 +37,11 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
edit_name = (com_edit_name)GetChildAt(3);
|
||||
list = (GList)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
text_uid = (GTextField)GetChildAt(6);
|
||||
text_version = (GTextField)GetChildAt(7);
|
||||
edit_name = (com_edit_name)GetChildAt(4);
|
||||
list = (GList)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
text_uid = (GTextField)GetChildAt(7);
|
||||
text_version = (GTextField)GetChildAt(8);
|
||||
head = (GButton)GetChildAt(12);
|
||||
btn_official = (btn_menu)GetChildAt(13);
|
||||
btn_privacy = (btn_menu)GetChildAt(14);
|
||||
@@ -46,6 +50,10 @@ namespace FGUI.Setting_07
|
||||
btn_sound = (btn_on_off)GetChildAt(17);
|
||||
btn_us = (btn_menu)GetChildAt(18);
|
||||
btn_restore = (btn_menu)GetChildAt(19);
|
||||
btn_revive = (GButton)GetChildAt(20);
|
||||
speed_slide = (GSlider)GetChildAt(21);
|
||||
level_text = (GTextField)GetChildAt(25);
|
||||
btn_player = (GButton)GetChildAt(26);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ using System.IO;
|
||||
using Newtonsoft.Json;
|
||||
using SGModule.DataStorage;
|
||||
using UnityEngine.Events;
|
||||
using AppsFlyerSDK;
|
||||
// using AppsFlyerSDK;
|
||||
using SGModule.NetKit;
|
||||
namespace ChillConnect
|
||||
{
|
||||
@@ -609,7 +609,7 @@ namespace ChillConnect
|
||||
var url = $"mailto:{email}?subject={subject}&body={body}";
|
||||
var uri = new Uri(url);
|
||||
|
||||
OpenBrowser.OpenURL(uri.AbsoluteUri);
|
||||
Application.OpenURL(uri.AbsoluteUri);
|
||||
GameHelper.ShowTips("Trying to call send mail...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user