Skip to content

Commit

Permalink
Update gui files
Browse files Browse the repository at this point in the history
* Hopefully in a way that means that maintenance becomes easier
  • Loading branch information
s0600204 committed Mar 28, 2018
1 parent 584a377 commit 0ffa602
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 821 deletions.
171 changes: 0 additions & 171 deletions gui/common/music.js

This file was deleted.

11 changes: 11 additions & 0 deletions gui/common/music_terraMagna.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Music.prototype.resetTracks = function()
{
this.tracks = {
"MENU": ["Omri Lahav - Hill of Sorrows.ogg"],
"PEACE": [],
"BATTLE": ["Taiko_1.ogg", "Taiko_2.ogg"],
"VICTORY": ["You_are_Victorious!.ogg"],
"DEFEAT": ["Omri Lahav - Red Dawn.ogg"],
"CUSTOM": []
};
};
Loading

0 comments on commit 0ffa602

Please sign in to comment.