mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Fix persist time
Set persist time to 10 secs
This commit is contained in:
parent
6a66351e7f
commit
2edd252576
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ var textColor = { red: 228, green: 228, blue: 228}; // text color
|
|||
var backColor = { red: 38, green: 38, blue: 38}; // background color
|
||||
var backgroundAlpha = 0;
|
||||
var fontSize = 12.0;
|
||||
var persistTime = 5.0; // time in seconds before notification fades
|
||||
var persistTime = 10.0; // time in seconds before notification fades
|
||||
var clickedText = false;
|
||||
var frame = 0;
|
||||
var ourWidth = Window.innerWidth;
|
||||
|
|
Loading…
Reference in a new issue