Add score dug sound

master
PilzAdam 2015-11-01 16:54:35 +01:00
parent a449aed678
commit bbecb678d9
3 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,6 @@ score_craft.ogg:
Copyright (C) 2015 MrAuralization (https://freesound.org/people/MrAuralization/)
CC BY 3.0: http://creativecommons.org/licenses/by/3.0/
score_flash.ogg:
score_flash.ogg, score_score.ogg:
Copyright (C) 2015 PilzAdam <pilzadam@minetest.net>
CC BY-SA 3.0: http://creativecommons.org/licenses/by-sa/3.0/

View File

@ -649,6 +649,7 @@ for level = 1, LEVEL_MAX do
footstep = { name = "score_footstep", gain = 1.0 },
place = { name=" score_place ", gain = 1.0 },
dig = { name="score_dig", gain = 0.5 },
dug = { name="score_score", gain = 1.0 },
},
})

Binary file not shown.