Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
T
tuseGameColor
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
shujianhe
tuseGameColor
Commits
8be22438
Commit
8be22438
authored
Aug 18, 2023
by
JiangWanZhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭加载进度界面
parent
427f8ba3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
mainGameView.cs
Assets/scripts/common/mainGameView.cs
+8
-0
No files found.
Assets/scripts/common/mainGameView.cs
View file @
8be22438
...
@@ -59,6 +59,7 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
...
@@ -59,6 +59,7 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
private
ColorIndexTables
nowSelectColors
=
null
;
private
ColorIndexTables
nowSelectColors
=
null
;
public
Transform
MrgParent
;
public
Transform
MrgParent
;
public
Transform
LoadingPanel
;
public
int
SelectTextureIdx
public
int
SelectTextureIdx
{
{
get
{
return
selectTextureIdx
;
}
get
{
return
selectTextureIdx
;
}
...
@@ -1724,6 +1725,8 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
...
@@ -1724,6 +1725,8 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
var
jsondata
=
getdata
();
var
jsondata
=
getdata
();
item
.
GetComponent
<
GameMgr
>().
Init
(
png
,
jpg
,
jsondata
);
item
.
GetComponent
<
GameMgr
>().
Init
(
png
,
jpg
,
jsondata
);
CloseLoadingPanel
();
}
}
...
@@ -1736,4 +1739,9 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
...
@@ -1736,4 +1739,9 @@ public class mainGameView : MonoBehaviour //大图的处理、具体的玩法
readFs
.
Close
();
readFs
.
Close
();
return
rjd
;
return
rjd
;
}
}
private
void
CloseLoadingPanel
()
{
LoadingPanel
.
gameObject
.
SetActive
(
false
);
}
}
}
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