Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
Taiko Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Taiko Web
Commits
68d69d4a
Commit
68d69d4a
authored
Oct 14, 2018
by
LoveEevee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SongSelect: Add About screen
parent
b16f74d2
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
293 additions
and
44 deletions
+293
-44
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE.md
+2
-0
public/src/css/main.css
public/src/css/main.css
+65
-25
public/src/js/about.js
public/src/js/about.js
+122
-0
public/src/js/assets.js
public/src/js/assets.js
+2
-1
public/src/js/loader.js
public/src/js/loader.js
+0
-9
public/src/js/main.js
public/src/js/main.js
+37
-0
public/src/js/songselect.js
public/src/js/songselect.js
+32
-5
public/src/js/tutorial.js
public/src/js/tutorial.js
+1
-1
public/src/js/view.js
public/src/js/view.js
+4
-2
public/src/views/about.html
public/src/views/about.html
+27
-0
templates/index.html
templates/index.html
+1
-1
No files found.
.github/ISSUE_TEMPLATE.md
0 → 100644
View file @
68d69d4a
###### Describe the problem you are having below. Please include a screenshot and the diagnostic information.
public/src/css/main.css
View file @
68d69d4a
...
@@ -12,6 +12,7 @@ body{
...
@@ -12,6 +12,7 @@ body{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background
:
#fe7839
;
background
:
#fe7839
;
position
:
relative
;
user-select
:
none
;
user-select
:
none
;
touch-action
:
none
;
touch-action
:
none
;
}
}
...
@@ -135,30 +136,34 @@ body{
...
@@ -135,30 +136,34 @@ body{
#tutorial
{
#tutorial
{
background
:
rgb
(
246
,
234
,
212
);
background
:
rgb
(
246
,
234
,
212
);
color
:
black
;
color
:
black
;
border
:
5px
black
solid
;
border
:
0.25em
black
solid
;
border-radius
:
10px
;
border-radius
:
0.5em
;
height
:
65%
;
width
:
800px
;
max-width
:
800px
;
padding
:
1em
;
padding
:
20px
;
margin
:
1em
;
margin
:
8px
;
font-size
:
21px
;
font-size
:
16pt
;
position
:
relative
;
position
:
relative
;
}
}
.touch-enabled
#tutorial
{
font-size
:
3vmin
;
}
#tutorial-title
{
#tutorial-title
{
z-index
:
1
;
z-index
:
1
;
position
:
absolute
;
position
:
absolute
;
color
:
white
;
color
:
white
;
top
:
-
25px
;
top
:
-
0.7em
;
font-size
:
26pt
;
font-size
:
1.65em
;
}
}
#tutorial-content
{
#tutorial-content
{
padding
:
15px
30px
;
margin
:
0.7em
0
;
overflow-y
:
auto
;
max-height
:
calc
(
100vh
-
14em
);
}
}
kbd
{
kbd
{
font-family
:
inherit
;
font-family
:
inherit
;
padding
:
0.1em
0.6em
;
padding
:
0.1em
0.6em
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
font-size
:
13px
;
font-size
:
0.6em
;
background-color
:
#f7f7f7
;
background-color
:
#f7f7f7
;
color
:
#333
;
color
:
#333
;
box-shadow
:
0
1px
0px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
0
2px
#ffffff
inset
;
box-shadow
:
0
1px
0px
rgba
(
0
,
0
,
0
,
0.2
),
0
0
0
2px
#ffffff
inset
;
...
@@ -169,26 +174,61 @@ kbd{
...
@@ -169,26 +174,61 @@ kbd{
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.taibtn
{
.taibtn
{
bottom
:
15px
;
display
:
inline-block
;
margin
:
0
auto
;
padding
:
0.4em
0.4em
;
position
:
absolute
;
border-radius
:
0.5em
;
right
:
15px
;
border
:
0.1em
rgba
(
218
,
205
,
178
,
1
)
solid
;
padding
:
10px
40px
;
border-radius
:
15px
;
border
:
3px
rgba
(
218
,
205
,
178
,
1
)
solid
;
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
1.4em
;
box-sizing
:
border-box
;
color
:
#555
;
text-align
:
center
;
}
}
.taibtn
:hover
{
#tutorial-end-button
{
float
:
right
;
padding
:
0.4em
1.5em
;
font-weight
:
bold
;
border-color
:
#000
;
color
:
#000
;
}
.taibtn
:hover
,
#tutorial-end-button
:hover
{
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
color
:
white
;
color
:
#fff
;
background
:
rgb
(
255
,
181
,
71
)
;
background
:
#ffb547
;
border-color
:
white
;
border-color
:
#fff
;
}
}
.taibtn
::before
{
.taibtn
::before
{
padding
:
0
40px
;
padding
-left
:
inherit
;
}
}
#tutorial-end-button
{
#about-link-btns
{
font-size
:
22pt
;
float
:
left
;
display
:
flex
;
}
#about-link-btns
.taibtn
{
margin-right
:
0.4em
;
}
#diag-txt
{
width
:
100%
;
height
:
5em
;
font-size
:
inherit
;
resize
:
none
;
word-break
:
break-all
;
margin-bottom
:
1em
;
background
:
#fff
;
border
:
1px
solid
#a9a9a9
;
}
.text-warn
{
color
:
#d00
;
}
.link-btn
a
{
color
:
inherit
;
text-decoration
:
none
;
pointer-events
:
none
;
}
.nowrap
{
white-space
:
nowrap
;
}
}
@keyframes
bgscroll
{
@keyframes
bgscroll
{
from
{
from
{
...
...
public/src/js/about.js
0 → 100644
View file @
68d69d4a
class
About
{
constructor
(
touchEnabled
){
this
.
touchEnabled
=
touchEnabled
loader
.
changePage
(
"
about
"
)
cancelTouch
=
false
this
.
endButton
=
document
.
getElementById
(
"
tutorial-end-button
"
)
this
.
diagTxt
=
document
.
getElementById
(
"
diag-txt
"
)
this
.
version
=
document
.
getElementById
(
"
version-link
"
).
href
this
.
tutorialOuter
=
document
.
getElementById
(
"
tutorial-outer
"
)
if
(
touchEnabled
){
this
.
tutorialOuter
.
classList
.
add
(
"
touch-enabled
"
)
}
this
.
linkGithub
=
document
.
getElementById
(
"
link-github
"
)
this
.
linkEmail
=
document
.
getElementById
(
"
link-email
"
)
pageEvents
.
add
(
this
.
linkGithub
,
[
"
click
"
,
"
touchend
"
],
this
.
linkButton
)
pageEvents
.
add
(
this
.
linkEmail
,
[
"
click
"
,
"
touchend
"
],
this
.
linkButton
)
pageEvents
.
once
(
this
.
endButton
,
[
"
mousedown
"
,
"
touchstart
"
]).
then
(
this
.
onEnd
.
bind
(
this
))
pageEvents
.
keyOnce
(
this
,
13
,
"
down
"
).
then
(
this
.
onEnd
.
bind
(
this
))
this
.
gamepad
=
new
Gamepad
({
"
confirm
"
:
[
"
start
"
,
"
b
"
,
"
ls
"
,
"
rs
"
]
},
this
.
onEnd
.
bind
(
this
))
this
.
addDiag
()
}
onEnd
(
event
){
var
touched
=
false
if
(
event
&&
event
.
type
===
"
touchstart
"
){
event
.
preventDefault
()
touched
=
true
}
this
.
clean
()
assets
.
sounds
[
"
don
"
].
play
()
localStorage
.
setItem
(
"
tutorial
"
,
"
true
"
)
setTimeout
(()
=>
{
new
SongSelect
(
"
about
"
,
false
,
touched
)
},
500
)
}
addDiag
(){
var
diag
=
[]
diag
.
push
(
"
```
"
)
diag
.
push
(
"
Taiko-Web version:
"
+
this
.
version
)
diag
.
push
(
"
User agent:
"
+
navigator
.
userAgent
)
diag
.
push
(
"
Screen size:
"
+
innerWidth
+
"
x
"
+
innerHeight
+
"
, outer:
"
+
outerWidth
+
"
x
"
+
outerHeight
+
"
, ratio:
"
+
(
window
.
devicePixelRatio
||
1
).
toFixed
(
2
))
if
(
this
.
touchEnabled
){
diag
.
push
(
"
Touch enabled: true
"
)
}
if
(
!
fullScreenSupported
){
diag
.
push
(
"
Full screen supported: false
"
)
}
if
(
"
getGamepads
"
in
navigator
){
var
gamepads
=
navigator
.
getGamepads
()
for
(
var
i
=
0
;
i
<
gamepads
.
length
;
i
++
){
if
(
gamepads
[
i
]){
var
gamepadDiag
=
[]
gamepadDiag
.
push
(
gamepads
[
i
].
id
)
gamepadDiag
.
push
(
"
buttons:
"
+
gamepads
[
i
].
buttons
.
length
)
gamepadDiag
.
push
(
"
axes:
"
+
gamepads
[
i
].
axes
.
length
)
diag
.
push
(
"
Gamepad #
"
+
(
i
+
1
)
+
"
:
"
+
gamepadDiag
.
join
(
"
,
"
))
}
}
}
var
errorObj
=
{}
if
(
localStorage
[
"
lastError
"
]){
try
{
errorObj
=
JSON
.
parse
(
localStorage
[
"
lastError
"
])
}
catch
(
e
){}
}
if
(
errorObj
.
timestamp
&&
errorObj
.
stack
){
if
(
errorObj
.
timestamp
+
1000
*
60
*
60
*
24
>
(
+
new
Date
)){
diag
.
push
(
"
Last error:
"
+
errorObj
.
stack
)
diag
.
push
(
"
Error date:
"
+
new
Date
(
errorObj
.
timestamp
).
toGMTString
())
}
else
{
localStorage
.
removeItem
(
"
lastError
"
)
}
}
diag
.
push
(
"
```
"
)
var
body
=
this
.
diagTxt
.
contentWindow
.
document
.
body
body
.
innerText
=
diag
.
join
(
"
\n
"
)
body
.
setAttribute
(
"
style
"
,
`
font-family: monospace;
margin: 2px 0 0 2px;
white-space: pre-wrap;
word-break: break-all;
cursor: text;
`
)
body
.
setAttribute
(
"
onblur
"
,
`
getSelection().removeAllRanges()
`
)
if
(
!
this
.
touchEnabled
){
body
.
setAttribute
(
"
onfocus
"
,
`
var selection = getSelection()
selection.removeAllRanges()
var range = document.createRange()
range.selectNodeContents(document.body)
selection.addRange(range)
`
)
}
}
linkButton
(
event
){
event
.
currentTarget
.
getElementsByTagName
(
"
a
"
)[
0
].
click
()
}
clean
(){
cancelTouch
=
true
this
.
gamepad
.
clean
()
pageEvents
.
remove
(
this
.
linkGithub
,
[
"
click
"
,
"
touchend
"
])
pageEvents
.
remove
(
this
.
linkEmail
,
[
"
click
"
,
"
touchend
"
])
pageEvents
.
remove
(
this
.
endButton
,
[
"
mousedown
"
,
"
touchstart
"
])
pageEvents
.
keyRemove
(
this
,
13
)
delete
this
.
endButton
delete
this
.
diagTxt
delete
this
.
version
delete
this
.
tutorialOuter
delete
this
.
linkGithub
delete
this
.
linkEmail
}
}
public/src/js/assets.js
View file @
68d69d4a
...
@@ -123,7 +123,8 @@ var assets = {
...
@@ -123,7 +123,8 @@ var assets = {
"
loadsong.html
"
,
"
loadsong.html
"
,
"
songselect.html
"
,
"
songselect.html
"
,
"
titlescreen.html
"
,
"
titlescreen.html
"
,
"
tutorial.html
"
"
tutorial.html
"
,
"
about.html
"
],
],
"
songs
"
:
[],
"
songs
"
:
[],
...
...
public/src/js/loader.js
View file @
68d69d4a
...
@@ -6,15 +6,6 @@ class Loader{
...
@@ -6,15 +6,6 @@ class Loader{
this
.
canvasTest
=
new
CanvasTest
()
this
.
canvasTest
=
new
CanvasTest
()
p2
=
new
P2Connection
()
p2
=
new
P2Connection
()
this
.
ajax
(
"
src/views/loader.html
"
).
then
(
this
.
run
.
bind
(
this
))
this
.
ajax
(
"
src/views/loader.html
"
).
then
(
this
.
run
.
bind
(
this
))
pageEvents
.
add
(
root
,
[
"
touchstart
"
,
"
touchmove
"
,
"
touchend
"
],
event
=>
{
event
.
preventDefault
()
})
var
versionDiv
=
document
.
getElementById
(
"
version
"
)
var
versionLink
=
document
.
getElementById
(
"
version-link
"
)
pageEvents
.
add
(
versionDiv
,
[
"
click
"
,
"
touchend
"
],
()
=>
{
versionLink
.
click
()
})
}
}
run
(
page
){
run
(
page
){
this
.
promises
=
[]
this
.
promises
=
[]
...
...
public/src/js/main.js
View file @
68d69d4a
addEventListener
(
"
error
"
,
err
=>
{
var
stack
if
(
"
error
"
in
err
){
stack
=
err
.
error
.
stack
}
else
{
stack
=
err
.
message
+
"
\n
at
"
+
err
.
filename
+
"
:
"
+
err
.
lineno
+
"
:
"
+
err
.
colno
}
localStorage
[
"
lastError
"
]
=
JSON
.
stringify
({
timestamp
:
+
new
Date
,
stack
:
stack
})
})
function
toggleFullscreen
(){
function
toggleFullscreen
(){
if
(
"
requestFullscreen
"
in
root
){
if
(
"
requestFullscreen
"
in
root
){
if
(
document
.
fullscreenElement
){
if
(
document
.
fullscreenElement
){
...
@@ -19,6 +32,14 @@ function toggleFullscreen(){
...
@@ -19,6 +32,14 @@ function toggleFullscreen(){
}
}
}
}
}
}
function
resizeRoot
(){
if
(
lastHeight
!==
innerHeight
){
lastHeight
=
innerHeight
root
.
style
.
height
=
innerHeight
+
"
px
"
}
}
var
root
=
document
.
documentElement
var
root
=
document
.
documentElement
var
fullScreenSupported
=
"
requestFullscreen
"
in
root
||
"
webkitRequestFullscreen
"
in
root
||
"
mozRequestFullScreen
"
in
root
var
fullScreenSupported
=
"
requestFullscreen
"
in
root
||
"
webkitRequestFullscreen
"
in
root
||
"
mozRequestFullScreen
"
in
root
...
@@ -26,6 +47,22 @@ var pageEvents = new PageEvents()
...
@@ -26,6 +47,22 @@ var pageEvents = new PageEvents()
var
snd
=
{}
var
snd
=
{}
var
p2
var
p2
var
disableBlur
=
false
var
disableBlur
=
false
var
cancelTouch
=
true
var
lastHeight
pageEvents
.
add
(
root
,
[
"
touchstart
"
,
"
touchmove
"
,
"
touchend
"
],
event
=>
{
if
(
event
.
cancelable
&&
cancelTouch
){
event
.
preventDefault
()
}
})
var
versionDiv
=
document
.
getElementById
(
"
version
"
)
var
versionLink
=
document
.
getElementById
(
"
version-link
"
)
pageEvents
.
add
(
versionDiv
,
[
"
click
"
,
"
touchend
"
],
()
=>
{
versionLink
.
click
()
})
resizeRoot
()
pageEvents
.
add
(
window
,
"
resize
"
,
resizeRoot
)
var
loader
=
new
Loader
(()
=>
{
var
loader
=
new
Loader
(()
=>
{
new
Titlescreen
()
new
Titlescreen
()
})
})
public/src/js/songselect.js
View file @
68d69d4a
...
@@ -29,6 +29,12 @@ class SongSelect{
...
@@ -29,6 +29,12 @@ class SongSelect{
border
:
[
"
#d6ffff
"
,
"
#6bae9c
"
],
border
:
[
"
#d6ffff
"
,
"
#6bae9c
"
],
outline
:
"
#31ae94
"
outline
:
"
#31ae94
"
},
},
"
about
"
:
{
sort
:
7
,
background
:
"
#91cfff
"
,
border
:
[
"
#dff0ff
"
,
"
#6890b2
"
],
outline
:
"
#217abb
"
},
"
J-POP
"
:
{
"
J-POP
"
:
{
sort
:
0
,
sort
:
0
,
background
:
"
#219fbb
"
,
background
:
"
#219fbb
"
,
...
@@ -114,7 +120,9 @@ class SongSelect{
...
@@ -114,7 +120,9 @@ class SongSelect{
category
:
"
ランダム
"
category
:
"
ランダム
"
})
})
if
(
touchEnabled
){
if
(
touchEnabled
){
fromTutorial
=
false
if
(
fromTutorial
===
"
tutorial
"
){
fromTutorial
=
false
}
}
else
{
}
else
{
this
.
songs
.
push
({
this
.
songs
.
push
({
title
:
"
あそびかた説明
"
,
title
:
"
あそびかた説明
"
,
...
@@ -123,6 +131,12 @@ class SongSelect{
...
@@ -123,6 +131,12 @@ class SongSelect{
category
:
"
ランダム
"
category
:
"
ランダム
"
})
})
}
}
this
.
songs
.
push
({
title
:
"
について
"
,
skin
:
this
.
songSkin
.
about
,
action
:
"
about
"
,
category
:
"
ランダム
"
})
this
.
songs
.
push
({
this
.
songs
.
push
({
title
:
"
もどる
"
,
title
:
"
もどる
"
,
skin
:
this
.
songSkin
.
back
,
skin
:
this
.
songSkin
.
back
,
...
@@ -155,16 +169,20 @@ class SongSelect{
...
@@ -155,16 +169,20 @@ class SongSelect{
this
.
selectedDiff
=
0
this
.
selectedDiff
=
0
assets
.
sounds
[
"
bgm_songsel
"
].
playLoop
(
0.1
,
false
,
0
,
1.442
,
3.506
)
assets
.
sounds
[
"
bgm_songsel
"
].
playLoop
(
0.1
,
false
,
0
,
1.442
,
3.506
)
if
(
touchEnabled
||
!
fromTutorial
&&
"
selectedSong
"
in
localStorage
){
if
(
!
touchEnabled
&&
!
fromTutorial
&&
!
(
"
selectedSong
"
in
localStorage
)){
fromTutorial
=
"
tutorial
"
}
if
(
fromTutorial
){
this
.
selectedSong
=
this
.
songs
.
findIndex
(
song
=>
song
.
action
===
fromTutorial
)
this
.
playBgm
(
true
)
}
else
{
if
(
"
selectedSong
"
in
localStorage
){
if
(
"
selectedSong
"
in
localStorage
){
this
.
selectedSong
=
Math
.
min
(
Math
.
max
(
0
,
localStorage
[
"
selectedSong
"
]
|
0
),
this
.
songs
.
length
)
this
.
selectedSong
=
Math
.
min
(
Math
.
max
(
0
,
localStorage
[
"
selectedSong
"
]
|
0
),
this
.
songs
.
length
)
}
}
assets
.
sounds
[
"
song-select
"
].
play
()
assets
.
sounds
[
"
song-select
"
].
play
()
snd
.
musicGain
.
fadeOut
()
snd
.
musicGain
.
fadeOut
()
this
.
playBgm
(
false
)
this
.
playBgm
(
false
)
}
else
{
this
.
selectedSong
=
this
.
songs
.
findIndex
(
song
=>
song
.
action
===
"
tutorial
"
)
this
.
playBgm
(
true
)
}
}
if
(
"
selectedDiff
"
in
localStorage
){
if
(
"
selectedDiff
"
in
localStorage
){
this
.
selectedDiff
=
Math
.
min
(
Math
.
max
(
0
,
localStorage
[
"
selectedDiff
"
]
|
0
),
4
)
this
.
selectedDiff
=
Math
.
min
(
Math
.
max
(
0
,
localStorage
[
"
selectedDiff
"
]
|
0
),
4
)
...
@@ -454,6 +472,8 @@ class SongSelect{
...
@@ -454,6 +472,8 @@ class SongSelect{
},
200
)
},
200
)
}
else
if
(
currentSong
.
action
===
"
tutorial
"
){
}
else
if
(
currentSong
.
action
===
"
tutorial
"
){
this
.
toTutorial
()
this
.
toTutorial
()
}
else
if
(
currentSong
.
action
===
"
about
"
){
this
.
toAbout
()
}
}
this
.
pointer
(
false
)
this
.
pointer
(
false
)
}
}
...
@@ -505,6 +525,13 @@ class SongSelect{
...
@@ -505,6 +525,13 @@ class SongSelect{
new
Tutorial
(
true
)
new
Tutorial
(
true
)
},
500
)
},
500
)
}
}
toAbout
(){
assets
.
sounds
[
"
don
"
].
play
()
this
.
clean
()
setTimeout
(()
=>
{
new
About
(
this
.
touchEnabled
)
},
500
)
}
redraw
(){
redraw
(){
if
(
!
this
.
redrawRunning
){
if
(
!
this
.
redrawRunning
){
...
...
public/src/js/tutorial.js
View file @
68d69d4a
...
@@ -22,7 +22,7 @@ class Tutorial{
...
@@ -22,7 +22,7 @@ class Tutorial{
assets
.
sounds
[
"
don
"
].
play
()
assets
.
sounds
[
"
don
"
].
play
()
localStorage
.
setItem
(
"
tutorial
"
,
"
true
"
)
localStorage
.
setItem
(
"
tutorial
"
,
"
true
"
)
setTimeout
(()
=>
{
setTimeout
(()
=>
{
new
SongSelect
(
this
.
fromSongSel
,
false
,
touched
)
new
SongSelect
(
this
.
fromSongSel
?
"
tutorial
"
:
false
,
false
,
touched
)
},
500
)
},
500
)
}
}
clean
(){
clean
(){
...
...
public/src/js/view.js
View file @
68d69d4a
...
@@ -949,8 +949,10 @@ class View{
...
@@ -949,8 +949,10 @@ class View{
}
}
clean
(){
clean
(){
pageEvents
.
mouseRemove
(
this
)
pageEvents
.
mouseRemove
(
this
)
if
(
this
.
controller
.
multiplayer
===
2
&&
this
.
canvas
){
if
(
this
.
controller
.
multiplayer
===
2
){
this
.
canvas
.
canvas
.
parentNode
.
removeChild
(
this
.
canvas
.
canvas
)
if
(
this
.
canvas
){
this
.
canvas
.
canvas
.
parentNode
.
removeChild
(
this
.
canvas
.
canvas
)
}
}
else
{
}
else
{
this
.
cursor
.
parentNode
.
removeChild
(
this
.
cursor
)
this
.
cursor
.
parentNode
.
removeChild
(
this
.
cursor
)
}
}
...
...
public/src/views/about.html
0 → 100644
View file @
68d69d4a
<div
id=
"tutorial-outer"
>
<div
id=
"tutorial"
>
<div
id=
"tutorial-title"
class=
"stroke-sub"
alt=
"について / About"
>
について / About
</div>
<div
id=
"tutorial-content"
>
このシミュレータは現在開発中です。
<br>
バグが発生した場合は、報告してください。
<br>
GitHubかメールでバグを報告してください。
<br>
<span
class=
"text-warn"
>
以下の診断情報を含めてください!
</span><br>
<br>
This simulator is still in development.
<br>
Please report any bugs you find.
<br>
You can report bugs either via GitHub or email.
<br>
<span
class=
"text-warn"
>
Be sure to include the following diagnostic data!
</span>
</div>
<iframe
id=
"diag-txt"
></iframe>
<div
id=
"about-link-btns"
>
<div
id=
"link-github"
class=
"taibtn stroke-sub link-btn"
alt=
"GitHub"
>
<a
href=
"https://github.com/bui/taiko-web/issues/new"
target=
"_blank"
>
GitHub
</a>
</div>
<div
id=
"link-email"
class=
"taibtn stroke-sub link-btn"
alt=
"taiko@bui.pm"
>
<a
href=
"mailto:taiko@bui.pm"
>
taiko@bui.pm
</a>
</div>
</div>
<div
id=
"tutorial-end-button"
class=
"taibtn stroke-sub"
alt=
"OK"
>
OK
</div>
</div>
</div>
templates/index.html
View file @
68d69d4a
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<title>
太鼓の達人ウェブ - Taiko no Tatsujin Web
</title>
<title>
太鼓の達人ウェブ - Taiko no Tatsujin Web
</title>
<link
rel=
"icon"
href=
"/assets/img/favicon.png"
type=
"image/png"
>
<link
rel=
"icon"
href=
"/assets/img/favicon.png"
type=
"image/png"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"stylesheet"
href=
"/src/css/main.css?{{version.commit_short}}"
/>
<link
rel=
"stylesheet"
href=
"/src/css/main.css?{{version.commit_short}}"
/>
<link
rel=
"stylesheet"
href=
"/src/css/loader.css?{{version.commit_short}}"
>
<link
rel=
"stylesheet"
href=
"/src/css/loader.css?{{version.commit_short}}"
>
...
@@ -52,6 +51,7 @@
...
@@ -52,6 +51,7 @@
<script
src=
"/src/js/canvastest.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/canvastest.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/canvascache.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/canvascache.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/parsetja.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/parsetja.js?{{version.commit_short}}"
></script>
<script
src=
"/src/js/about.js?{{version.commit_short}}"
></script>
</head>
</head>
<body>
<body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment