Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
W
wdlc_mjb_unity
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
王雪伟
wdlc_mjb_unity
Commits
6d2354f1
Commit
6d2354f1
authored
Jul 27, 2021
by
zhangzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新手引导时关闭大图广告误触
parent
2759e28e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
9 deletions
+15
-9
rectMat.mat
Assets/Game/Main/Material/rectMat.mat
+1
-1
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+3
-3
Guide.cs
Assets/Game/Main/Scripts/Utils/Guide.cs
+1
-1
DialogControl.cs
Assets/Game/Main/Scripts/View/DialogControl.cs
+10
-4
No files found.
Assets/Game/Main/Material/rectMat.mat
View file @
6d2354f1
...
@@ -82,6 +82,6 @@ Material:
...
@@ -82,6 +82,6 @@ Material:
-
_UseUIAlphaClip
:
0
-
_UseUIAlphaClip
:
0
-
_ZWrite
:
1
-
_ZWrite
:
1
m_Colors
:
m_Colors
:
-
_Center
:
{
r
:
0
,
g
:
-
120
,
b
:
0
,
a
:
0
}
-
_Center
:
{
r
:
0
,
g
:
-
58
,
b
:
0
,
a
:
0
}
-
_Color
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_Color
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
-
_EmissionColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
-
_EmissionColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
6d2354f1
...
@@ -15554,8 +15554,8 @@ MonoBehaviour:
...
@@ -15554,8 +15554,8 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 1531958713}
m_TargetGraphic: {fileID: 1531958713}
m_HandleRect: {fileID: 1531958712}
m_HandleRect: {fileID: 1531958712}
m_Direction: 2
m_Direction: 2
m_Value: 1
.0000033
m_Value: 1
m_Size:
0.93547666
m_Size:
1
m_NumberOfSteps: 0
m_NumberOfSteps: 0
m_OnValueChanged:
m_OnValueChanged:
m_PersistentCalls:
m_PersistentCalls:
...
@@ -43711,7 +43711,7 @@ RectTransform:
...
@@ -43711,7 +43711,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y:
2
5}
m_AnchoredPosition: {x: 0, y:
-29
5}
m_SizeDelta: {x: 416, y: 120}
m_SizeDelta: {x: 416, y: 120}
m_Pivot: {x: 0.5, y: 0.5}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1431814668
--- !u!114 &1431814668
Assets/Game/Main/Scripts/Utils/Guide.cs
View file @
6d2354f1
...
@@ -217,7 +217,7 @@ public class Guide : MonoBehaviour
...
@@ -217,7 +217,7 @@ public class Guide : MonoBehaviour
material
.
SetFloat
(
"_SliderX"
,
208
);
material
.
SetFloat
(
"_SliderX"
,
208
);
material
.
SetFloat
(
"_SliderY"
,
54
);
material
.
SetFloat
(
"_SliderY"
,
54
);
Invoke
(
"moveAllSpeeddialog"
,
1
);
//
Invoke("moveAllSpeeddialog", 1);
}
}
}
}
}
}
...
...
Assets/Game/Main/Scripts/View/DialogControl.cs
View file @
6d2354f1
...
@@ -587,8 +587,11 @@ public class DialogControl : MonoBehaviour
...
@@ -587,8 +587,11 @@ public class DialogControl : MonoBehaviour
//#if UNITY_IOS
//#if UNITY_IOS
// moveAllSpeedDialog();
// moveAllSpeedDialog();
//#else
//#else
if
(!
PlayerDataControl
.
Instance
.
IsNewUser
)
{
Invoke
(
"showAd"
,
0.5f
);
Invoke
(
"showAd"
,
0.5f
);
Invoke
(
"moveAllSpeedDialog"
,
1f
);
Invoke
(
"moveAllSpeedDialog"
,
1f
);
}
//#endif
//#endif
//HttpTool.Instance._Get("app/v1/game/reward_video/status", parm, new Action<VideoStatusBean>((bean) =>
//HttpTool.Instance._Get("app/v1/game/reward_video/status", parm, new Action<VideoStatusBean>((bean) =>
...
@@ -1462,9 +1465,12 @@ public class DialogControl : MonoBehaviour
...
@@ -1462,9 +1465,12 @@ public class DialogControl : MonoBehaviour
DialogControl
.
landId
=
landId
;
DialogControl
.
landId
=
landId
;
tvtiaojian
.
text
=
"距离"
+
"<color=#FF0000><size=45>"
+
wdInfo
.
yuan
+
"元</size></color>"
+
"无门槛提现还差"
;
tvtiaojian
.
text
=
"距离"
+
"<color=#FF0000><size=45>"
+
wdInfo
.
yuan
+
"元</size></color>"
+
"无门槛提现还差"
;
if
(!
PlayerDataControl
.
Instance
.
IsNewUser
)
{
Invoke
(
"showAd"
,
0.5f
);
Invoke
(
"showAd"
,
0.5f
);
Invoke
(
"moveHarvestHongBao"
,
1f
);
Invoke
(
"moveHarvestHongBao"
,
1f
);
}
}
}
private
void
setTvtijian
(
int
harvestPlantId
)
private
void
setTvtijian
(
int
harvestPlantId
)
{
{
...
...
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