Commit 4e9af82b authored by zhangzhe's avatar zhangzhe

修改bug

parent 78aebee8
......@@ -382,8 +382,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 788e2a3a769e26b459cd63d4a5de7d76, type: 3}
m_Name:
m_EditorClassIdentifier:
isTest: 1
isShowLog: 1
isTest: 0
isShowLog: 0
XyDialog: {fileID: 0}
--- !u!1 &2010092450
GameObject:
......
......@@ -2641,15 +2641,15 @@ MonoBehaviour:
m_EditorClassIdentifier:
imgicon: {fileID: 8094320170044776814}
labes:
- {fileID: 21300000, guid: 47ddb0399e2684cf3884c6d6bdddf958, type: 3}
- {fileID: 21300000, guid: 72f865c0b00ad4541ae1a671aae1040a, type: 3}
- {fileID: 21300000, guid: 6cc4af9c8b9064107b6ea289c5733259, type: 3}
- {fileID: 21300000, guid: 9b89a9ec88f4842b3a619c1567897a5e, type: 3}
- {fileID: 21300000, guid: 5bfbf41c22713430fbfe0c71d1e0a026, type: 3}
- {fileID: 21300000, guid: f1cc32b6fcc8b4ec7a624085380dd608, type: 3}
- {fileID: 21300000, guid: ee2dc6b0cb7974ff5b77f2fe65a97d43, type: 3}
- {fileID: 21300000, guid: 8944be0946e714260912afb0aafb3ca5, type: 3}
- {fileID: 21300000, guid: fd5ece32e702d4c87b077c6ac5feb5fd, type: 3}
- {fileID: 21300000, guid: dc76fc5e6c82a4887a107f0c4b72c0e9, type: 3}
- {fileID: 21300000, guid: db5cba37ea34b44dab4b8de94f552da2, type: 3}
- {fileID: 21300000, guid: eea9f731a8cd24dba8bdde98246d6e89, type: 3}
- {fileID: 21300000, guid: 9967bd672612946c4a33d2830a2fc7c3, type: 3}
- {fileID: 21300000, guid: 4c9e359abba0944e5a6a2abee69202c8, type: 3}
- {fileID: 21300000, guid: 3e29cc559241042708ba06cefde84ea8, type: 3}
- {fileID: 21300000, guid: 422d2fddde1fb421483c83cb9fd4ee38, type: 3}
- {fileID: 21300000, guid: 8a23a84beab594501b42bc514c810823, type: 3}
- {fileID: 21300000, guid: fdad9d91391774199a9418f060591258, type: 3}
--- !u!1 &1277710820627700416
GameObject:
m_ObjectHideFlags: 0
......@@ -4815,7 +4815,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -10.8, y: 0}
m_SizeDelta: {x: 24, y: 31}
m_SizeDelta: {x: 30, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2628441594637072429
CanvasRenderer:
......
fileFormatVersion: 2
guid: cad2ea66edde61f499bdb4efd7717870
guid: 3f144daa7d932420fb1e46264db610bc
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
......
......@@ -81762,7 +81762,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: "\u5356\u83DC\u5373\u53EF\u8D5A\u94B1\uFF0C\u76F4\u63A5\u63D0\u73B0\u5230\u5FAE\u4FE1"
m_Text: "\u5356\u732A\u5373\u53EF\u8D5A\u94B1\uFF0C\u76F4\u63A5\u63D0\u73B0\u5230\u5FAE\u4FE1"
--- !u!222 &6306802904309552310
CanvasRenderer:
m_ObjectHideFlags: 0
......@@ -81906,7 +81906,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: cad2ea66edde61f499bdb4efd7717870, type: 3}
m_Sprite: {fileID: 21300000, guid: 3f144daa7d932420fb1e46264db610bc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
......@@ -72,7 +72,7 @@ public class PlantMakeMoneyItem : MonoBehaviour
if (item.id != 1)
{
GameObject toastObj = Instantiate(Resources.Load<GameObject>("Toast"));
toastObj.GetComponent<ToastUtils>().ShowToastUI("请根据引导种植");
toastObj.GetComponent<ToastUtils>().ShowToastUI("请根据引导饲养");
return;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment