超大量的更新 修复很多问题,gameplay特效初步
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class userSettings : MonoBehaviour
|
||||
{
|
||||
[Header("登陆渠道")]
|
||||
[Tooltip("渠道")]
|
||||
[Header("Inspector")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Text user_login_source_text;
|
||||
[Tooltip("渠道ID")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Text user_source_uid_text;
|
||||
|
||||
[Header("语言设置")]
|
||||
[Tooltip("当前语言")]
|
||||
[Header("Inspector")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Dropdown language_dropdown;
|
||||
|
||||
[Header("存档管理")]
|
||||
[Tooltip("导出存档")]
|
||||
[Header("Inspector")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Button export_saveData_button;
|
||||
[Tooltip("导入存档")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Button import_saveData_button;
|
||||
[Tooltip("清理存档")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Button clearup_saveData_button;
|
||||
|
||||
[Header("查看详细高光")]
|
||||
[Tooltip("查看按钮")]
|
||||
[Header("Inspector")]
|
||||
[Tooltip("Documentation text normalized.")]
|
||||
public Button view_detailedHighlight_button;
|
||||
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
|
||||
Reference in New Issue
Block a user