This commit is contained in:
syuilo 2024-01-30 20:13:38 +09:00
parent 5e3a805671
commit 5af8b5d547
5 changed files with 2 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -236,11 +236,6 @@ let riichiSelect = false;
function chooseTile(tile: Mahjong.Common.Tile, ev: MouseEvent) { function chooseTile(tile: Mahjong.Common.Tile, ev: MouseEvent) {
if (!isMyTurn.value) return; if (!isMyTurn.value) return;
sound.playUrl('/client-assets/mahjong/dahai.mp3', {
volume: 1,
playbackRate: 1,
});
iTsumoed.value = false; iTsumoed.value = false;
props.connection!.send('dahai', { props.connection!.send('dahai', {

View File

@ -29,10 +29,10 @@ const props = defineProps<{
margin: -17px; margin: -17px;
} }
.h { .h {
margin: -14px -20px -10px -20px; margin: -14px -21px -5px;
} }
.v { .v {
margin: -14px -20px -10px -20px; margin: -14px -18px -11px;
} }
.bg { .bg {
position: absolute; position: absolute;