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
99a4e08c
Commit
99a4e08c
authored
May 19, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改升级动画
parent
c4baec0a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
13 deletions
+18
-13
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+9
-9
CarPresenter.cs
Assets/Game/Main/Scripts/Presenter/CarPresenter.cs
+9
-4
No files found.
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
99a4e08c
...
...
@@ -2854,7 +2854,7 @@ MonoBehaviour:
DoubleTimerTV: {fileID: 1465665560}
AllSpeedTimerTV: {fileID: 1077363537}
proTimerTv: {fileID: 70009395}
withdrawBoxText: {fileID:
569884961
}
withdrawBoxText: {fileID:
0
}
StickTimerObj: {fileID: 694002146}
StickObj: {fileID: 1183343286}
MyDriverTimerObj: {fileID: 1507646506}
...
...
@@ -10371,10 +10371,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:
...
...
@@ -42499,10 +42499,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:
Assets/Game/Main/Scripts/Presenter/CarPresenter.cs
View file @
99a4e08c
...
...
@@ -81,13 +81,18 @@ public class CarPresenter : CarContract.Presenter
{
parm
.
Clear
();
parm
.
Add
(
"carId"
,
parkingSpaceId
);
HttpTool
.
Instance
.
_Post
(
"app/v1/game/fkqcw/parking/upgrade"
,
parm
,
new
Action
<
Up
grad
eCarBean
>((
bean
)
=>
HttpTool
.
Instance
.
_Post
(
"app/v1/game/fkqcw/parking/upgrade"
,
parm
,
new
Action
<
Up
dat
eCarBean
>((
bean
)
=>
{
//Guide.guide.onClickStep3();
// mView.CarInfo(bean);
if
(
bean
.
status
==
1
)
{
Guide
.
guide
.
onClickStep2
();
EventCenter
.
Broadcast
(
MyEventType
.
UPDATE_CAR_LIST_DATA
);
if
(
bean
.
status
==
-
1
)
{
mView
.
showFlyLevel
();
}
else
{
GameObject
.
Find
(
"Dialog"
).
GetComponent
<
DialogControl
>().
showGoldInsufficientDialog
();
}
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
...
...
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