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
7c257c6e
Commit
7c257c6e
authored
Jan 30, 2019
by
18류지석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
인벤토리에서 아이템 버렸을 때 장착 애드온 사라지지 않는 거 수정
parent
f3bc76e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
DroppedItem.prefab
Assets/Prefabs/UI/In-Game UI/InventoryUI/DroppedItem.prefab
+1
-1
InventoryUI.cs
Assets/Scripts/Item/InventoryUI.cs
+5
-0
No files found.
Assets/Prefabs/UI/In-Game UI/InventoryUI/DroppedItem.prefab
View file @
7c257c6e
...
@@ -62,7 +62,7 @@ Rigidbody2D:
...
@@ -62,7 +62,7 @@ Rigidbody2D:
m_Interpolate
:
0
m_Interpolate
:
0
m_SleepingMode
:
1
m_SleepingMode
:
1
m_CollisionDetection
:
0
m_CollisionDetection
:
0
m_Constraints
:
0
m_Constraints
:
4
---
!u!61
&61781846804253628
---
!u!61
&61781846804253628
BoxCollider2D
:
BoxCollider2D
:
m_ObjectHideFlags
:
1
m_ObjectHideFlags
:
1
...
...
Assets/Scripts/Item/InventoryUI.cs
View file @
7c257c6e
...
@@ -112,6 +112,11 @@ public class InventoryUI : MonoBehaviour {
...
@@ -112,6 +112,11 @@ public class InventoryUI : MonoBehaviour {
else
else
{
{
frameObj
.
SetActive
(
false
);
frameObj
.
SetActive
(
false
);
for
(
int
i
=
0
;
i
<
4
;
i
++)
{
infoAddons
[
i
].
SetActive
(
false
);
infoAddonsFrame
[
i
].
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