Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
adding mp3 version of musics
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Nov 4, 2016
1 parent 6540005 commit 69dcd83
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file added src/audio/music/battle_1.mp3
Binary file not shown.
Binary file added src/audio/music/battle_win.mp3
Binary file not shown.
Binary file added src/audio/music/forest.mp3
Binary file not shown.
Binary file added src/audio/music/opening.mp3
Binary file not shown.
Binary file added src/audio/music/villa.mp3
Binary file not shown.
10 changes: 5 additions & 5 deletions src/descriptors/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"charaset1": "charaset1.json"
},
"MusicList":{
"villa" : {"ogg":"villa.ogg"},
"battle_1": {"ogg":"battle_1.ogg"},
"battle_win": {"ogg":"battle_win.ogg"},
"opening": {"ogg": "opening.ogg"},
"forest": {"ogg":"forest.ogg"}
"villa" : {"ogg":"villa.ogg","mp3":"villa.mp3"},
"battle_1": {"ogg":"battle_1.ogg","mp3":"battle_1.mp3"},
"battle_win": {"ogg":"battle_win.ogg","mp3":"battle_win.mp3"},
"opening": {"ogg": "opening.ogg","mp3": "opening.mp3"},
"forest": {"ogg":"forest.ogg","mp3":"forest.mp3"}
},
"HMSFile": "hms.json",
"LevelsList": {
Expand Down

0 comments on commit 69dcd83

Please sign in to comment.