Skip to content

Commit aad6a29

Browse files
committed
Increase taunt visibility to 26 seconds for better readability
1 parent 6cb70aa commit aad6a29

17 files changed

Lines changed: 6 additions & 275 deletions

TauntSystem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ export class TauntSystem {
8383
setTimeout(() => {
8484
bubble.classList.add('show');
8585
}, 10);
86-
// Auto-hide after 8 seconds (was 4.5)
86+
// Auto-hide after 26 seconds (was 18)
8787
setTimeout(() => {
8888
this.hideTaunt(position);
89-
}, 8000);
89+
}, 26000);
9090
}
9191
hideTaunt(position) {
9292
const bubble = this.bubbles[position];

dist/Collison.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

dist/TauntSystem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ export class TauntSystem {
8383
setTimeout(() => {
8484
bubble.classList.add('show');
8585
}, 10);
86-
// Auto-hide after 8 seconds (was 4.5)
86+
// Auto-hide after 26 seconds (was 18)
8787
setTimeout(() => {
8888
this.hideTaunt(position);
89-
}, 8000);
89+
}, 26000);
9090
}
9191
hideTaunt(position) {
9292
const bubble = this.bubbles[position];

dist/images/background.png

-714 KB
Binary file not shown.

dist/images/background1.png

-1.07 MB
Binary file not shown.

dist/images/background2.png

-1.42 MB
Binary file not shown.

dist/images/ball.png

-583 Bytes
Binary file not shown.

dist/images/brick-blue.png

-114 KB
Binary file not shown.

dist/images/brick-green.png

-113 KB
Binary file not shown.

dist/images/brick-purple.png

-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)