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
d2122dc9
Commit
d2122dc9
authored
Feb 22, 2019
by
18류지석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
고블린 조금 너프함, 이제 얻어맞으면 따라옴
parent
344809c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Goblin Attack.anim
Assets/Animation/Enemy/Goblin/Goblin Attack.anim
+6
-6
Enemy.cs
Assets/Scripts/Characters/Enemy/Enemy.cs
+1
-0
No files found.
Assets/Animation/Enemy/Goblin/Goblin Attack.anim
View file @
d2122dc9
...
...
@@ -29,7 +29,7 @@ AnimationClip:
inWeight
:
0
outWeight
:
0
-
serializedVersion
:
3
time
:
0.4
1666666
time
:
0.4
6666667
value
:
1
inSlope
:
Infinity
outSlope
:
Infinity
...
...
@@ -61,11 +61,11 @@ AnimationClip:
value
:
{
fileID
:
21300000
,
guid
:
37e5cfde8d3541845a184c4d6ab25e21
,
type
:
3
}
-
time
:
0.16666667
value
:
{
fileID
:
21300000
,
guid
:
2806c6904b006114bad1fb3f64d64c14
,
type
:
3
}
-
time
:
0.4
1666666
-
time
:
0.4
6666667
value
:
{
fileID
:
21300000
,
guid
:
6234b3bf70d0272478b444abdd572f09
,
type
:
3
}
-
time
:
0.
6
-
time
:
0.
5833333
value
:
{
fileID
:
21300000
,
guid
:
f7d12f4a971df594c8d297610a3f9e57
,
type
:
3
}
-
time
:
0.6666667
-
time
:
1.25
value
:
{
fileID
:
21300000
,
guid
:
b2382ef0803ec1c4c811783916c7aa49
,
type
:
3
}
attribute
:
m_Sprite
path
:
...
...
@@ -104,7 +104,7 @@ AnimationClip:
m_AdditiveReferencePoseClip
:
{
fileID
:
0
}
m_AdditiveReferencePoseTime
:
0
m_StartTime
:
0
m_StopTime
:
0.68333334
m_StopTime
:
1.2666667
m_OrientationOffsetY
:
0
m_Level
:
0
m_CycleOffset
:
0
...
...
@@ -133,7 +133,7 @@ AnimationClip:
inWeight
:
0
outWeight
:
0
-
serializedVersion
:
3
time
:
0.4
1666666
time
:
0.4
6666667
value
:
1
inSlope
:
Infinity
outSlope
:
Infinity
...
...
Assets/Scripts/Characters/Enemy/Enemy.cs
View file @
d2122dc9
...
...
@@ -205,6 +205,7 @@ public class Enemy : MonoBehaviour {
break
;
}
}
animator
.
SetTrigger
(
"TrackTrigger"
);
}
public
void
GetDamaged
(
float
damage
)
...
...
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