a lot of changes. chat and ui related. thanks FrozenCow & lechd
This commit is contained in:
parent
83f334445b
commit
d7fe6072a5
5 changed files with 19 additions and 57 deletions
|
|
@ -24,8 +24,8 @@ MinecraftTimeOfDay.prototype = {
|
|||
this.elementmoon.addClass('timeofday');
|
||||
this.elementmoon.addClass('moon');
|
||||
this.elementmoon.html(" ‏ ");
|
||||
this.elementsun.css("background-position", (-120) + "px " + (-120) + "px");
|
||||
this.elementmoon.css("background-position", (-120) + "px " + (-120) + "px");
|
||||
this.elementsun.css("background-position", (-150) + "px " + (-150) + "px");
|
||||
this.elementmoon.css("background-position", (-150) + "px " + (-150) + "px");
|
||||
|
||||
return element;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue