Skip to content

Commit

Permalink
replace bird audio with wind+leaves
Browse files Browse the repository at this point in the history
  • Loading branch information
gajop committed Dec 17, 2015
1 parent 1b3c699 commit aa60449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LuaRules/Gadgets/unit_field_of_flowers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function gadget:ProjectileDestroyed(proID)

if TESTING_MODE then Spring.Echo("Adding new center at ", px, pz) end

Spring.PlaySoundFile("sounds/birds.wav", 20, px,py,pz)
Spring.PlaySoundFile("sounds/wind+leaves.wav", 20, px,py,pz)
table.insert(watchedCenters, {x=px, z=pz, f=Spring.GetGameFrame()})

-- spawn the flowers
Expand Down
2 changes: 1 addition & 1 deletion ModInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local modinfo = {
shortname = "Flove",
game = "Flove",
shortgame = "Flove",
version = "1.1",
version = "1.2",
description = "Flove",

modtype = "1",
Expand Down

0 comments on commit aa60449

Please sign in to comment.