ImportSongs: Add song genre
This commit is contained in:
@@ -2,6 +2,10 @@ class Titlescreen{
|
||||
constructor(){
|
||||
loader.changePage("titlescreen")
|
||||
this.titleScreen = document.getElementById("title-screen")
|
||||
var proceed = document.getElementById("tilte-proceed")
|
||||
proceed.appendChild(document.createTextNode(strings.tilteProceed))
|
||||
proceed.setAttribute("alt", strings.tilteProceed)
|
||||
|
||||
pageEvents.keyAdd(this, "all", "down", this.keyDown.bind(this))
|
||||
pageEvents.add(this.titleScreen, ["mousedown", "touchstart"], this.onPressed.bind(this))
|
||||
assets.sounds["title"].play()
|
||||
|
||||
Reference in New Issue
Block a user