Move globe path from title screen

This commit is contained in:
LoveEevee
2019-01-29 20:02:00 +03:00
parent 32477f2129
commit b5b2dc47ab
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class Titlescreen{
this.langId = document.getElementById("lang-id")
this.disclaimerText = document.getElementById("title-disclaimer-text")
this.disclaimerCopyright = document.getElementById("title-disclaimer-copyright")
document.getElementById("globe-path").setAttribute("d", vectors.globe)
this.logo = new Logo()
this.lang = this.getLang()