Skip to content

Commit 316b2ee

Browse files
authored
Set internal GUI fade-in effect speed to 250ms
1 parent 78cf1b1 commit 316b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usergui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ class UserGui {
633633
return;
634634
}
635635

636-
const fadeInSpeedMs = 400;
636+
const fadeInSpeedMs = 250;
637637

638638
let left = 0, top = 0;
639639

0 commit comments

Comments
 (0)