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
f19b5e3d
Commit
f19b5e3d
authored
May 19, 2021
by
zxhljwl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
99a4e08c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+9
-9
DoubleIncomeDialog.cs
Assets/Game/Main/Scripts/View/DoubleIncomeDialog.cs
+1
-1
ProtectionControl.cs
Assets/Game/Main/Scripts/View/ProtectionControl.cs
+1
-1
No files found.
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
f19b5e3d
...
...
@@ -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:
1
}
m_AnchorMax: {x: 0, y:
1
}
m_AnchoredPosition: {x:
93.36, y: -45.84
}
m_SizeDelta: {x:
126.72, y: 31.68
}
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_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &409306806
MonoBehaviour:
...
...
@@ -25632,7 +25632,7 @@ PrefabInstance:
- target: {fileID: 2853166085728200632, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3}
propertyPath: m_IsActive
value:
1
value:
0
objectReference: {fileID: 0}
- target: {fileID: 2853166085728200634, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3}
...
...
@@ -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:
1
}
m_AnchorMax: {x: 0, y:
1
}
m_AnchoredPosition: {x:
30, y: -97.04
}
m_SizeDelta: {x: 0, y:
30.720001
}
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_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1853878469
MonoBehaviour:
Assets/Game/Main/Scripts/View/DoubleIncomeDialog.cs
View file @
f19b5e3d
...
...
@@ -68,7 +68,7 @@ public class DoubleIncomeDialog : MonoBehaviour
{
EventUtils
.
OnEvent
(
"buttonClick_doubleIncome_receive"
);
GameObject
.
Find
(
"Dialog"
).
GetComponent
<
DialogControl
>().
OnClickCloseDoubleDialog
();
AdUtils
.
PlayRewardAd
(
"
rewardVideo_doubleIncome
"
,
new
Action
<
bool
>((
cb
)
=>
AdUtils
.
PlayRewardAd
(
"
fkqcw_protection
"
,
new
Action
<
bool
>((
cb
)
=>
{
EventUtils
.
OnEvent
(
"rewardVideo_doubleIncome"
);
EventUtils
.
OnEvent
(
"rewardVideo_all"
);
...
...
Assets/Game/Main/Scripts/View/ProtectionControl.cs
View file @
f19b5e3d
...
...
@@ -70,7 +70,7 @@ public class ProtectionControl : MonoBehaviour
{
EventUtils
.
OnEvent
(
"buttonClick_shield_receive"
);
GameObject
.
Find
(
"Dialog"
).
GetComponent
<
DialogControl
>().
closeProtectionCoverDialog
();
AdUtils
.
PlayRewardAd
(
"
rewardVideo_shield
"
,
new
Action
<
bool
>((
cb
)
=>
AdUtils
.
PlayRewardAd
(
"
fkqcw_protection
"
,
new
Action
<
bool
>((
cb
)
=>
{
EventUtils
.
OnEvent
(
"rewardVideo_shield"
);
EventUtils
.
OnEvent
(
"rewardVideo_all"
);
...
...
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