Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tetra-tower
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Oenos
tetra-tower
Commits
bf86de63
Commit
bf86de63
authored
Feb 10, 2019
by
18류지석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
인벤토리에 콤보 미간이 클릭할때마다 넓어지는 버그 수정
parent
f1f2c0ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
InventoryUI.cs
Assets/Scripts/Item/InventoryUI.cs
+2
-2
No files found.
Assets/Scripts/Item/InventoryUI.cs
View file @
bf86de63
...
@@ -113,8 +113,8 @@ public class InventoryUI : MonoBehaviour {
...
@@ -113,8 +113,8 @@ public class InventoryUI : MonoBehaviour {
comboChars
[
i
,
j
].
SetActive
(
true
);
comboChars
[
i
,
j
].
SetActive
(
true
);
comboChars
[
i
,
j
].
GetComponent
<
Image
>().
sprite
=
comboCharPrefab
[
itemList
[
selectedItem
].
combo
[
i
][
j
]
-
'A'
].
GetComponent
<
Image
>().
sprite
;
comboChars
[
i
,
j
].
GetComponent
<
Image
>().
sprite
=
comboCharPrefab
[
itemList
[
selectedItem
].
combo
[
i
][
j
]
-
'A'
].
GetComponent
<
Image
>().
sprite
;
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
sizeDelta
=
comboCharPrefab
[
itemList
[
selectedItem
].
combo
[
i
][
j
]
-
'A'
].
GetComponent
<
RectTransform
>().
sizeDelta
;
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
sizeDelta
=
comboCharPrefab
[
itemList
[
selectedItem
].
combo
[
i
][
j
]
-
'A'
].
GetComponent
<
RectTransform
>().
sizeDelta
;
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
localPosition
+
=
new
Vector3
(
tmpx
,
0
,
0
);
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
localPosition
=
new
Vector3
(
tmpx
,
0
,
0
);
tmpx
+
=
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
sizeDelta
.
x
+
pixelBetweenChar
;
tmpx
=
comboChars
[
i
,
j
].
GetComponent
<
RectTransform
>().
sizeDelta
.
x
+
pixelBetweenChar
;
}
}
else
else
{
{
...
...
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