Titlescreen: Change logo
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
this.regex = /^ja$/
|
||||
this.font = "TnT, Meiryo, sans-serif"
|
||||
|
||||
this.taikoWeb = "たいこウェブ"
|
||||
this.titleProceed = "クリックするかEnterを押す!"
|
||||
this.categories = {
|
||||
"J-POP": "J-POP",
|
||||
@@ -101,6 +102,7 @@ function StringsEn(){
|
||||
this.regex = /^en$|^en-/
|
||||
this.font = "TnT, Meiryo, sans-serif"
|
||||
|
||||
this.taikoWeb = "Taiko Web"
|
||||
this.titleProceed = "Click or Press Enter!"
|
||||
this.categories = {
|
||||
"J-POP": "Pop",
|
||||
@@ -198,6 +200,7 @@ function StringsCn(){
|
||||
this.regex = /^zh$|^zh-CN$|^zh-SG$/
|
||||
this.font = "Microsoft YaHei, sans-serif"
|
||||
|
||||
this.taikoWeb = "太鼓网页"
|
||||
this.titleProceed = "点击或按回车!"
|
||||
this.categories = {
|
||||
"J-POP": "流行音乐",
|
||||
@@ -295,6 +298,7 @@ function StringsTw(){
|
||||
this.regex = /^zh-HK$|^zh-TW$/
|
||||
this.font = "Microsoft YaHei, sans-serif"
|
||||
|
||||
this.taikoWeb = "太鼓網頁"
|
||||
this.titleProceed = "點擊或按確認!"
|
||||
this.categories = {
|
||||
"J-POP": "流行音樂",
|
||||
@@ -392,6 +396,7 @@ function StringsKo(){
|
||||
this.regex = /^ko$|^ko-/
|
||||
this.font = "Microsoft YaHei, sans-serif"
|
||||
|
||||
this.taikoWeb = "태고 웹"
|
||||
this.titleProceed = "클릭하거나 Enter를 누릅니다!"
|
||||
this.categories = {
|
||||
"J-POP": "POP",
|
||||
|
||||
Reference in New Issue
Block a user