修改后提交
This commit is contained in:
parent
b68503d473
commit
021244c8a1
147929
Assets/Canvas_TouchHardware.prefab
Normal file
147929
Assets/Canvas_TouchHardware.prefab
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/Canvas_TouchHardware.prefab.meta
Normal file
7
Assets/Canvas_TouchHardware.prefab.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 62fa3678f7bd5c34dbcc8d73fea4c7dd
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -91967,7 +91967,7 @@ GameObject:
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 0
|
||||
m_IsActive: 1
|
||||
--- !u!224 &1719639131
|
||||
RectTransform:
|
||||
m_ObjectHideFlags: 0
|
||||
@ -91986,7 +91986,7 @@ RectTransform:
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0.5, y: 0}
|
||||
m_AnchorMax: {x: 0.5, y: 0}
|
||||
m_AnchoredPosition: {x: -80, y: 310}
|
||||
m_AnchoredPosition: {x: -110, y: 299}
|
||||
m_SizeDelta: {x: 135, y: 50}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!114 &1719639132
|
||||
@ -107234,7 +107234,7 @@ RectTransform:
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0.5, y: 0}
|
||||
m_AnchorMax: {x: 0.5, y: 0}
|
||||
m_AnchoredPosition: {x: 0, y: 299}
|
||||
m_AnchoredPosition: {x: 95, y: 299}
|
||||
m_SizeDelta: {x: 135, y: 50}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!114 &2038668973
|
||||
|
||||
@ -35,7 +35,7 @@ namespace DongWuYiXue.QiGuanChaGuan
|
||||
subBtn = transform.FindFirst<Button>("Submit");
|
||||
subBtn.onClick.AddListener(Submit);
|
||||
resetBtn = transform.FindFirst<Button>("Reset");
|
||||
//resetBtn.onClick.AddListener(Reset);
|
||||
resetBtn.onClick.AddListener(Reset);
|
||||
|
||||
maoZi = transform.FindFirst<Toggle>("1.一次性医用帽子");
|
||||
kouZhao = transform.FindFirst<Toggle>("2.口罩");
|
||||
@ -139,6 +139,7 @@ namespace DongWuYiXue.QiGuanChaGuan
|
||||
imgSelectManagers[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
rightAnswer = "";
|
||||
}
|
||||
public void ShowImgQuestion(int id, string stepName)
|
||||
{
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user