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
5251e5ce
Commit
5251e5ce
authored
Feb 22, 2019
by
18류지석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
포션도 정상적으로 방을 부모로 함
parent
fe5df774
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
LifeStoneManager.cs
...Scripts/UI/In-game UI/LifeStoneScript/LifeStoneManager.cs
+2
-1
No files found.
Assets/Scripts/UI/In-game UI/LifeStoneScript/LifeStoneManager.cs
View file @
5251e5ce
...
@@ -91,7 +91,8 @@ public class LifeStoneManager : Singleton<LifeStoneManager> {
...
@@ -91,7 +91,8 @@ public class LifeStoneManager : Singleton<LifeStoneManager> {
public
void
InstantiatePotion
(
Vector3
pos
,
float
popoutStrength
)
public
void
InstantiatePotion
(
Vector3
pos
,
float
popoutStrength
)
{
{
PopoutGenerator
(
Instantiate
(
goldPotionPrefab
,
pos
,
Quaternion
.
identity
),
popoutStrength
);
PopoutGenerator
(
Instantiate
(
goldPotionPrefab
,
pos
,
Quaternion
.
identity
,
MapManager
.
currentRoom
.
roomInGame
.
transform
),
popoutStrength
);
}
}
IEnumerator
PopoutCoroutine
(
GameObject
obj
)
IEnumerator
PopoutCoroutine
(
GameObject
obj
)
...
...
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