Skip to content

Commit

Permalink
fix: adjust animation time
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj authored and Sceat committed Sep 23, 2024
1 parent 6c349a1 commit 080ec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/game_damage_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function () {
} else {
const top_size = 2
const fadein_duration = 150
const topsize_duration = 300
const topsize_duration = 100
const fadeout_duration = 750

if (age < fadein_duration) {
Expand Down

0 comments on commit 080ec3e

Please sign in to comment.