mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
feat(client): 💴
This commit is contained in:
parent
634e05cfd9
commit
42a5f899e7
5 changed files with 15 additions and 1 deletions
|
@ -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
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
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
BIN
src/client/assets/room/furnitures/banknote/tex.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -399,5 +399,9 @@
|
|||
{
|
||||
id: 'doll-ai',
|
||||
place: "floor",
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'banknote',
|
||||
place: "floor",
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue