Skip to content
Snippets Groups Projects
Commit be5c6323 authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Fixed some of the prefabs

parent b6493cee
No related branches found
No related tags found
1 merge request!15Fixing knockback & movement.
......@@ -166,7 +166,7 @@ Rigidbody2D:
m_Simulated: 1
m_UseFullKinematicContacts: 0
m_UseAutoMass: 0
m_Mass: 1
m_Mass: 0.5
m_LinearDrag: 2
m_AngularDrag: 0.05
m_GravityScale: 0
......
......@@ -101,8 +101,8 @@ Rigidbody2D:
m_BodyType: 0
m_Simulated: 1
m_UseFullKinematicContacts: 1
m_UseAutoMass: 1
m_Mass: 0.6243647
m_UseAutoMass: 0
m_Mass: 1
m_LinearDrag: 2
m_AngularDrag: 0
m_GravityScale: 0
......@@ -172,7 +172,7 @@ MonoBehaviour:
baseAttackSpeed: 1
baseMovementSpeed: 2
baseDamage: 1
knockbackForce: 150
knockbackForce: 2
baseHP: 10
baseMaxHP: 10
collisionOffset: 0.05
......
......@@ -161,4 +161,4 @@ MonoBehaviour:
m_EditorClassIdentifier:
speed: 10
baseDamage: 1
knockbackForce: 1
knockbackForce: 2
......@@ -101,8 +101,8 @@ Rigidbody2D:
m_BodyType: 0
m_Simulated: 1
m_UseFullKinematicContacts: 1
m_UseAutoMass: 1
m_Mass: 0.6243647
m_UseAutoMass: 0
m_Mass: 1
m_LinearDrag: 2
m_AngularDrag: 0
m_GravityScale: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment