CanvasDraw: Move vectors to assets

This commit is contained in:
LoveEevee
2019-01-29 19:10:56 +03:00
parent 933217d567
commit 4fdd98789e
7 changed files with 101 additions and 66 deletions

View File

@@ -197,9 +197,8 @@ class LoadSong{
if(this.multiplayer){
var loadingText = document.getElementsByClassName("loading-text")[0]
var waitingText = "Waiting for Another Player..."
loadingText.firstChild.data = waitingText
loadingText.setAttribute("alt", waitingText)
loadingText.firstChild.data = strings.waitingForP2
loadingText.setAttribute("alt", strings.waitingForP2)
this.cancelButton = document.getElementById("p2-cancel-button")
this.cancelButton.style.display = "inline-block"