v1 #4

已合併
rebillar 2023-12-29 21:34:13 +01:00dev 合併了 50 個提交至 master
只顯示提交 9c7b9649c5 的變更 - 顯示所有提交

查看文件

@ -2,6 +2,7 @@ class Sound{
constructor(url){
this.sound = new Audio(url);
this.sound.type = "audio/mp3";
this.sound.volume = 0.2;
}
play(){