Skip to content

Commit

Permalink
Game Prototype V0.28.0 Enemy Jump Attack
Browse files Browse the repository at this point in the history
- Add Enemy Skill Can Jump To Player
- Fix Bug HP Bar
- Fix Ai State
- Fix Enemy Maneuver System
- Fix Photon Network System
  • Loading branch information
Kong-TH committed Mar 23, 2024
1 parent a2f9ddb commit 0e3a87a
Show file tree
Hide file tree
Showing 65 changed files with 3,330 additions and 25,621 deletions.
26 changes: 13 additions & 13 deletions Assets/52SpecialEffectPack/Effect/Effect(Shuriken)/Explode.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Transform:
m_GameObject: {fileID: 100000}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 400012}
Expand Down Expand Up @@ -285,7 +285,7 @@ ParticleSystem:
startSize:
serializedVersion: 2
minMaxState: 0
scalar: 4
scalar: 1
minScalar: 1
maxCurve:
serializedVersion: 2
Expand Down Expand Up @@ -647,7 +647,7 @@ ParticleSystem:
angle: 25
length: 5
boxThickness: {x: 0, y: 0, z: 0}
radiusThickness: 1
radiusThickness: 0.1
donutRadius: 0.2
m_Position: {x: 0, y: 0, z: 0}
m_Rotation: {x: 0, y: 0, z: 0}
Expand Down Expand Up @@ -1011,7 +1011,7 @@ ParticleSystem:
m_RotationOrder: 4
y:
serializedVersion: 2
minMaxState: 0
minMaxState: 1
scalar: 1
minScalar: 1
maxCurve:
Expand Down Expand Up @@ -1064,7 +1064,7 @@ ParticleSystem:
m_RotationOrder: 4
z:
serializedVersion: 2
minMaxState: 0
minMaxState: 1
scalar: 1
minScalar: 1
maxCurve:
Expand Down Expand Up @@ -4815,7 +4815,7 @@ Transform:
m_GameObject: {fileID: 100002}
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.25, y: 0.25, z: 0.25}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 400012}
Expand Down Expand Up @@ -5073,7 +5073,7 @@ ParticleSystem:
startSize:
serializedVersion: 2
minMaxState: 0
scalar: 10
scalar: 4
minScalar: 1
maxCurve:
serializedVersion: 2
Expand Down Expand Up @@ -9593,7 +9593,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &400004
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -14363,7 +14363,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &400006
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -19133,7 +19133,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &400008
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -23931,7 +23931,7 @@ Transform:
m_GameObject: {fileID: 100010}
m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: 0.25, y: 0.25, z: 0.25}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 400012}
Expand Down Expand Up @@ -24189,7 +24189,7 @@ ParticleSystem:
startSize:
serializedVersion: 2
minMaxState: 0
scalar: 10
scalar: 4
minScalar: 1
maxCurve:
serializedVersion: 2
Expand Down Expand Up @@ -28716,7 +28716,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 100012}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: -0.00000015209501, z: -1.2758656}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
Expand Down
8 changes: 8 additions & 0 deletions Assets/Animations/Enemy.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e3a87a

Please sign in to comment.