Added sound effect for grass magic tool.
Sound effects are now in stereo.
This commit is contained in:
parent
e404adb2e6
commit
c544d42145
8 changed files with 123 additions and 66 deletions
6
Makefile
6
Makefile
|
|
@ -350,7 +350,7 @@ clean:
|
|||
@echo "Cleaning up the build directory! ($(PWD))"
|
||||
@-rm -f tuxpaint
|
||||
@-rm -f obj/*.o
|
||||
@if [ -d obj ]; then rmdir obj; fi
|
||||
@#if [ -d obj ]; then rmdir obj; fi
|
||||
@-rm -f trans/*.mo
|
||||
@if [ -d trans ]; then rmdir trans; fi
|
||||
@echo
|
||||
|
|
@ -1364,11 +1364,11 @@ trans/wa.mo: src/po/wa.po
|
|||
@msgfmt -o trans/wa.mo src/po/wa.po
|
||||
|
||||
trans/zh_cn.mo: src/po/zh_cn.po
|
||||
@echo " zh_CN ...Chinese..."
|
||||
@echo " zh_CN ...Chinese (Simplified)..."
|
||||
@msgfmt -o trans/zh_cn.mo src/po/zh_cn.po
|
||||
|
||||
trans/zh_tw.mo: src/po/zh_tw.po
|
||||
@echo " zh_TW ...Chinese..."
|
||||
@echo " zh_TW ...Chinese (Traditional)..."
|
||||
@msgfmt -o trans/zh_tw.mo src/po/zh_tw.po
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue