Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
another world in jucheland
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nippon culture research center
another world in jucheland
Commits
c0f5b0ed
Commit
c0f5b0ed
authored
Mar 09, 2019
by
Chae Ho Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #109
parent
72eea086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
UITownManager.cs
ISEKAI/Assets/ISEKAI_VIEW/UITownManager.cs
+4
-4
No files found.
ISEKAI/Assets/ISEKAI_VIEW/UITownManager.cs
View file @
c0f5b0ed
...
@@ -76,8 +76,8 @@ public class UITownManager : MonoBehaviour
...
@@ -76,8 +76,8 @@ public class UITownManager : MonoBehaviour
switch
(
_location
)
switch
(
_location
)
{
{
case
Location
.
Outskirts
:
case
Location
.
Outskirts
:
background
.
transform
.
GetChild
(
0
).
gameObject
.
SetActive
(
tru
e
);
background
.
transform
.
GetChild
(
0
).
gameObject
.
SetActive
(
fals
e
);
background
.
transform
.
GetChild
(
1
).
gameObject
.
SetActive
(
fals
e
);
background
.
transform
.
GetChild
(
1
).
gameObject
.
SetActive
(
tru
e
);
_location
=
Location
.
Town
;
_location
=
Location
.
Town
;
outskirts
.
gameObject
.
SetActive
(
false
);
outskirts
.
gameObject
.
SetActive
(
false
);
town
.
gameObject
.
SetActive
(
true
);
town
.
gameObject
.
SetActive
(
true
);
...
@@ -106,8 +106,8 @@ public class UITownManager : MonoBehaviour
...
@@ -106,8 +106,8 @@ public class UITownManager : MonoBehaviour
{
{
case
Location
.
Town
:
case
Location
.
Town
:
background
.
transform
.
GetChild
(
0
).
gameObject
.
SetActive
(
fals
e
);
background
.
transform
.
GetChild
(
0
).
gameObject
.
SetActive
(
tru
e
);
background
.
transform
.
GetChild
(
1
).
gameObject
.
SetActive
(
tru
e
);
background
.
transform
.
GetChild
(
1
).
gameObject
.
SetActive
(
fals
e
);
_location
=
Location
.
Outskirts
;
_location
=
Location
.
Outskirts
;
outskirts
.
gameObject
.
SetActive
(
true
);
outskirts
.
gameObject
.
SetActive
(
true
);
town
.
gameObject
.
SetActive
(
false
);
town
.
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