feat(client): 💴

This commit is contained in:
syuilo 2020-05-17 14:43:25 +09:00
parent 634e05cfd9
commit 42a5f899e7
5 changed files with 15 additions and 1 deletions

View file

@ -802,6 +802,7 @@ _rooms:
holo-display: "ホログラフィックディスプレイ"
energy-drink: "エナジードリンク"
doll-ai: "藍ちゃん人形"
banknote: "札束"
_pages:
newPage: "ページの作成"

BIN
src/client/assets/room/furnitures/banknote/banknote.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/banknote/banknote.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/banknote/tex.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -399,5 +399,9 @@
{
id: 'doll-ai',
place: "floor",
}
},
{
id: 'banknote',
place: "floor",
},
]