Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
civilization-iii
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
true-history-committee
civilization-iii
Commits
ab5a79fd
Commit
ab5a79fd
authored
Jul 05, 2018
by
Seungwon Ju
Browse files
Options
Browse Files
Download
Plain Diff
Merge Conflict Solved
parents
4dc08df9
f1b5d1d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
837 additions
and
700 deletions
+837
-700
.DS_Store
.DS_Store
+0
-0
.DS_Store
Assets/.DS_Store
+0
-0
Game.unity
Assets/Scenes/Game.unity
+835
-698
UIManager.cs
Assets/Script/UI/UIManager.cs
+2
-2
No files found.
.DS_Store
View file @
ab5a79fd
No preview for this file type
Assets/.DS_Store
View file @
ab5a79fd
No preview for this file type
Assets/Scenes/Game.unity
View file @
ab5a79fd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Assets/Script/UI/UIManager.cs
View file @
ab5a79fd
using
System.Collections
;
using
System.Collections
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
UnityEngine
;
using
UnityEngine
;
using
CivModel
;
using
CivModel
;
...
@@ -32,4 +32,4 @@ public class UIManager : MonoBehaviour
...
@@ -32,4 +32,4 @@ public class UIManager : MonoBehaviour
if
(
go
!=
mapUI
)
mapUI
.
SetActive
(
true
);
if
(
go
!=
mapUI
)
mapUI
.
SetActive
(
true
);
}
}
}
}
}
}
\ No newline at end of file
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