mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 01:31:14 +09:00
wip
This commit is contained in:
parent
5e3a805671
commit
5af8b5d547
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 |
@ -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', {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user