Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
First_FKQCW
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
First_FKQCW
Commits
3c5686da
Commit
3c5686da
authored
May 19, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改新人引导
parent
cd9d1a8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+11
-11
MyGarageControl.cs
Assets/Game/Main/Scripts/View/MyGarageControl.cs
+1
-1
No files found.
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
3c5686da
...
...
@@ -10374,10 +10374,10 @@ RectTransform:
m_Father: {fileID: 300181109}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y:
0
}
m_AnchorMax: {x: 0, y:
0
}
m_AnchoredPosition: {x:
0, y: 0
}
m_SizeDelta: {x:
0, y: 0
}
m_AnchorMin: {x: 0, y:
1
}
m_AnchorMax: {x: 0, y:
1
}
m_AnchoredPosition: {x:
93.36, y: -45.84
}
m_SizeDelta: {x:
126.72, y: 31.68
}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &409306806
MonoBehaviour:
...
...
@@ -42802,10 +42802,10 @@ RectTransform:
m_Father: {fileID: 300181109}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y:
0
}
m_AnchorMax: {x: 0, y:
0
}
m_AnchoredPosition: {x:
0, y: 0
}
m_SizeDelta: {x: 0, y:
0
}
m_AnchorMin: {x: 0, y:
1
}
m_AnchorMax: {x: 0, y:
1
}
m_AnchoredPosition: {x:
30, y: -97.04
}
m_SizeDelta: {x: 0, y:
30.720001
}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1853878469
MonoBehaviour:
...
...
@@ -44036,8 +44036,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x:
0, y: -58
}
m_SizeDelta: {x: 1
23, y: 38
}
m_AnchoredPosition: {x:
2.2, y: -83.5
}
m_SizeDelta: {x: 1
57, y: 46
}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1955692782
MonoBehaviour:
...
...
@@ -44058,7 +44058,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid:
6af2c582097d10e41b5b9f381f565c8
c, type: 3}
m_Sprite: {fileID: 21300000, guid:
439b00e9d97554a1480582443b1cc5b
c, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
Assets/Game/Main/Scripts/View/MyGarageControl.cs
View file @
3c5686da
...
...
@@ -39,7 +39,7 @@ public class MyGarageControl : MonoBehaviour, MyGarageContract.View
{
EventUtils
.
OnEvent
(
"buttonClick_myCar"
);
AudioUtils
.
ins
.
PlayBtnAudio
();
Guide
.
guide
.
onClickStep5
();
//
Guide.guide.onClickStep5();
OnUpdateGarageList
();
EventCenter
.
Broadcast
(
MyEventType
.
OPEN_PANEL
);
transform
.
DOLocalMoveY
(
mDefaultPosY
+
BgImg
.
preferredHeight
,
0.5f
).
SetEase
(
Ease
.
OutQuart
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment