Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RedpointGames
A Momentary Meeting
Commits
0a444cee
Commit
0a444cee
authored
Jan 31, 2021
by
June
Browse files
Add castle music
parent
4898cb18
Changes
3
Hide whitespace changes
Inline
Side-by-side
MomentaryMeeting/wwwroot/audio/castle.ogg
0 → 100644
View file @
0a444cee
File added
MomentaryMeeting/wwwroot/audio/castle_meeting.ogg
0 → 100644
View file @
0a444cee
File added
MomentaryMeeting/wwwroot/js/site.js
View file @
0a444cee
...
...
@@ -69,6 +69,16 @@ let audioTracks = {
loop
:
true
,
volume
:
0.0
,
}),
castle
:
new
Howl
({
src
:
[
"
/audio/castle.ogg
"
],
loop
:
true
,
volume
:
0.0
,
}),
castle_meeting
:
new
Howl
({
src
:
[
"
/audio/castle_meeting.ogg
"
],
loop
:
true
,
volume
:
0.0
,
}),
}
currentTrackId
=
audioTracks
[
currentTrackName
].
play
();
currentMeetingTrackId
=
audioTracks
[
currentTrackName
+
"
_meeting
"
].
play
();
...
...
Write
Preview
Supports
Markdown
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