Skip to content

Commit

Permalink
Fixed the FF7 audio. (they're wav files, not MP3!)
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Feb 17, 2024
1 parent dbbe343 commit f20c2e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ATT-SoundPack-Template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ api:CreateSoundPack("Age of Empires (" .. appName .. ")", {

api:CreateSoundPack("Final Fantasy VII (" .. appName .. ")", {
COMPLETE = {
asset("ffvii/complete1.mp3"),
asset("ffvii/complete1.wav"),
},
DEATH = {
asset("ffvii/death.mp3"),
asset("ffvii/death.wav"),
},
FANFARE = {
asset("ffvii/fanfare1.mp3"),
asset("ffvii/fanfare1.wav"),
},
RAREFIND = {
asset("ffvii/rarefind1.mp3"),
asset("ffvii/rarefind1.wav"),
},
REMOVE = {
asset("ffvii/remove1.mp3"),
asset("ffvii/remove1.wav"),
},
REPORT = {
asset("ffvii/report1.mp3"),
asset("ffvii/report1.wav"),
},
});

Expand Down

0 comments on commit f20c2e3

Please sign in to comment.