Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f2ae3
)
fix: reduce fight attack delay
author
xangelo
<me@xangelo.ca>
Thu, 16 Jan 2025 04:44:17 +0000
(23:44 -0500)
committer
xangelo
<me@xangelo.ca>
Thu, 16 Jan 2025 04:44:17 +0000
(23:44 -0500)
src/shared/constants.ts
patch
|
blob
|
history
diff --git
a/src/shared/constants.ts
b/src/shared/constants.ts
index 352c019eff7383f806efff3e6a2d5fcce9d51e4b..27f100253aafc859b63dd67b990aeab863db2d2f 100644
(file)
--- a/
src/shared/constants.ts
+++ b/
src/shared/constants.ts
@@
-1,4
+1,4
@@
-export const FIGHT_ATTACK_DELAY =
1
500;
+export const FIGHT_ATTACK_DELAY = 500;
export const STEP_DELAY = 2000;
export const ALERT_DISPLAY_LENGTH = 3000;
// this is displayed as a percentage out of 100