modified: index.html

modified:   js/qlpycon.js
This commit is contained in:
root
2026-06-14 15:37:29 +02:00
parent 39752c845a
commit 0e87132e18
5 changed files with 7 additions and 510 deletions
+4 -4
View File
@@ -21,7 +21,7 @@
};
var colorizedNames = {
'anarki': '<span style="color:#f00">a</span><span style="color:#0f0">n</span><span style="color:#ff0">a</span><span style="color:#09f">r</span><span style="color:#0cc">k</span><span style="color:#f0f">i</span>'
'anarki': '<span style="color:#f00">A</span><span style="color:#0f0">n</span><span style="color:#ff0">a</span><span style="color:#09f">r</span><span style="color:#0cc">k</span><span style="color:#f0f">i</span>'
};
function colorizeSpectator(name) {
@@ -122,8 +122,8 @@
function sp(c, t) { return '<span class="' + c + '">' + t + '</span>'; }
function pad(n) { return n < 10 ? '0' + n : '' + n; }
function ts() {
var b = 33*60 + 34 + elapsed;
return '[' + pad(Math.floor(b/3600)) + ':' + pad(Math.floor((b%3600)/60)) + ':' + pad(b%60) + ']';
var d = new Date();
return '<span style="color:#ff0">[</span>' + '<span style="color:#fff">' + pad(d.getHours()) + ':' + pad(d.getMinutes()) + ':' + pad(d.getSeconds()) + '</span>' + '<span style="color:#ff0">]</span>';
}
function kill() {
@@ -140,7 +140,7 @@
sp('plain', ' with the ') +
(function(w){
var weaponColors = {
'Rocket Launcher':'#f33',
'Rocket Launcher':'#f00',
'Plasma Gun':'#f0f',
'Railgun':'#0f0',
'Lightning Gun':'#ff0',