mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
f564b7a29b
commit
c67e231ff5
6 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ const DEFAULT_FACE_PARTS_MOUTH = {
|
|||
'f': '/client-assets/world/avatars/mouth-f.png',
|
||||
'g': '/client-assets/world/avatars/mouth-g.png',
|
||||
'h': '/client-assets/world/avatars/mouth-h.png',
|
||||
'i': '/client-assets/world/avatars/mouth-i.png',
|
||||
};
|
||||
|
||||
export class PlayerContainer {
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
packages/frontend/assets/world/avatars/mouth-i.png
Normal file
BIN
packages/frontend/assets/world/avatars/mouth-i.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -100,6 +100,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
{ label: 'f', value: 'f' },
|
||||
{ label: 'g', value: 'g' },
|
||||
{ label: 'h', value: 'h' },
|
||||
{ label: 'i', value: 'i' },
|
||||
]" :modelValue="avatar.mouth.type" @update:modelValue="v => { avatar.mouth.type = v; updateAvatarOption(); }"
|
||||
>
|
||||
<template #label>{{ i18n.ts.type }}</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue