Skip to content

fix: more responsive actions #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Imp/ImpBaseAttack.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Mage/MageBaseAttack.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Mage/MageHeal.asset
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Rogue/RogueDashAttack.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Tank/TankBaseAttack.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Assets/BossRoom/GameData/Action/Tank/TankShieldBuff.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/Archer/Archer.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/Imp/Imp.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/ImpBoss/ImpBoss.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/Mage/Mage.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/Rogue/Rogue.asset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/BossRoom/GameData/Character/Tank/Tank.asset
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: SkillHeal
m_Speed: 1
m_Speed: 1.2
m_CycleOffset: 0
m_Transitions:
- {fileID: 7908433373164699421}
Expand Down Expand Up @@ -2229,7 +2229,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: TankShieldBuff (start)
m_Speed: 1
m_Speed: 1.2
m_CycleOffset: 0
m_Transitions:
- {fileID: 8849726690194494114}
Expand Down Expand Up @@ -2914,7 +2914,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Attack1
m_Speed: 1
m_Speed: 1.66
m_CycleOffset: 0
m_Transitions:
- {fileID: -3576141394984483750}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Closed
m_Speed: -1
m_Speed: -1.5
m_CycleOffset: 0
m_Transitions:
- {fileID: 2526322587758064571}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ MonoBehaviour:
- m_AnimatorNodeName: Attack1
m_AnimatorNodeNameHash: -47317214
m_Prefab: {fileID: 2787649059963953560, guid: 5121957b2fabba043a36ec5641e54be7, type: 3}
m_PrefabSpawnDelaySeconds: 0.8
m_PrefabSpawnDelaySeconds: 0.4
m_PrefabCanBeAbortedUntilSecs: 0
m_PrefabParent: {fileID: 0}
m_PrefabParentOffset: {x: 0, y: 0, z: 0}
Expand Down
2 changes: 1 addition & 1 deletion Assets/BossRoom/VFX/Materials/FX_Slash_01.mat
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ Material:
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Slash: {r: 0, g: 0.01, b: 0, a: 0}
- _Slash: {r: -0.3, g: 0.01, b: 0, a: 0}
- _Tint: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
Original file line number Diff line number Diff line change
Expand Up @@ -6245,7 +6245,7 @@ ParticleSystem:
maxColor: {r: 1, g: 1, b: 1, a: 1}
maxGradient:
serializedVersion: 2
key0: {r: 1, g: 1, b: 1, a: 0.49019608}
key0: {r: 1, g: 1, b: 1, a: 0}
key1: {r: 1, g: 1, b: 1, a: 1}
key2: {r: 0, g: 0, b: 0, a: 0.19607843}
key3: {r: 0, g: 0, b: 0, a: 0}
Expand All @@ -6261,7 +6261,7 @@ ParticleSystem:
ctime5: 0
ctime6: 0
ctime7: 0
atime0: 0
atime0: 19661
atime1: 32768
atime2: 65346
atime3: 0
Expand Down Expand Up @@ -9761,4 +9761,3 @@ MonoBehaviour:
m_ParticleSystemsToTurnOffOnShutdown: []
m_AutoShutdownTime: 1
m_PostShutdownSelfDestructTime: -1
m_SoundsToTurnOffOnShutdown: []
9 changes: 4 additions & 5 deletions Assets/BossRoom/VFX/Prefabs/Tank/fx_TankAttack1.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1378,11 +1378,11 @@ ParticleSystem:
ctime5: 0
ctime6: 0
ctime7: 0
atime0: 0
atime1: 13107
atime2: 52428
atime0: 14071
atime1: 22359
atime2: 55319
atime3: 65535
atime4: 0
atime4: 65535
atime5: 0
atime6: 0
atime7: 0
Expand Down Expand Up @@ -4878,4 +4878,3 @@ MonoBehaviour:
m_ParticleSystemsToTurnOffOnShutdown: []
m_AutoShutdownTime: 1
m_PostShutdownSelfDestructTime: -1
m_SoundsToTurnOffOnShutdown: []