mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
feat(client): Reimplement Misskey Rooms
This commit is contained in:
parent
b992d3ba99
commit
6cee6c1043
@ -38,7 +38,11 @@ gulp.task('build:copy:locales', cb => {
|
||||
cb();
|
||||
});
|
||||
|
||||
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', () =>
|
||||
gulp.task('build:copy:fonts', () =>
|
||||
gulp.src('./node_modules/three/examples/fonts/**/*').pipe(gulp.dest('./built/client/assets/fonts/'))
|
||||
);
|
||||
|
||||
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', 'build:copy:fonts', () =>
|
||||
gulp.src([
|
||||
'./src/emojilist.json',
|
||||
'./src/server/web/views/**/*',
|
||||
|
@ -501,6 +501,7 @@ userSilenced: "このユーザーはサイレンスされています。"
|
||||
sidebar: "サイドバー"
|
||||
divider: "分割線"
|
||||
addItem: "項目を追加"
|
||||
rooms: "ルーム"
|
||||
|
||||
_theme:
|
||||
explore: "テーマを探す"
|
||||
@ -736,6 +737,67 @@ _timelines:
|
||||
social: "ソーシャル"
|
||||
global: "グローバル"
|
||||
|
||||
_rooms:
|
||||
roomOf: "{user}のルーム"
|
||||
addFurniture: "家具を置く"
|
||||
translate: "移動"
|
||||
rotate: "回転"
|
||||
exit: "戻る"
|
||||
remove: "しまう"
|
||||
clear: "片付け"
|
||||
clearConfirm: "全ての家具をしまいますか?"
|
||||
leaveConfirm: "未保存の変更があります、移動しますか?"
|
||||
chooseImage: "画像を選択"
|
||||
roomType: "部屋のタイプ"
|
||||
carpetColor: "床の色"
|
||||
_roomType:
|
||||
default: "デフォルト"
|
||||
washitsu: "和室"
|
||||
_furnitures:
|
||||
milk: "牛乳パック"
|
||||
bed: "ベッド"
|
||||
low-table: "ローテーブル"
|
||||
desk: "デスク"
|
||||
chair: "チェア"
|
||||
chair2: "チェア2"
|
||||
fan: "換気扇"
|
||||
pc: "パソコン"
|
||||
plant: "観葉植物"
|
||||
plant2: "観葉植物2"
|
||||
eraser: "消しゴム"
|
||||
pencil: "鉛筆"
|
||||
pudding: "プリン"
|
||||
cardboard-box: "段ボール箱"
|
||||
cardboard-box2: "段ボール箱2"
|
||||
cardboard-box3: "段ボール箱3"
|
||||
book: "本"
|
||||
book2: "本2"
|
||||
piano: "ピアノ"
|
||||
facial-tissue: "ティッシュボックス"
|
||||
server: "サーバー"
|
||||
moon: "月"
|
||||
corkboard: "コルクボード"
|
||||
mousepad: "マウスパッド"
|
||||
monitor: "モニター"
|
||||
keyboard: "キーボード"
|
||||
carpet-stripe: "カーペット(縞)"
|
||||
mat: "マット"
|
||||
color-box: "カラーボックス"
|
||||
wall-clock: "壁掛け時計"
|
||||
photoframe: "額縁"
|
||||
cube: "キューブ"
|
||||
tv: "テレビ"
|
||||
pinguin: "ピンギン"
|
||||
rubik-cube: "ルービックキューブ"
|
||||
poster-h: "ポスター(横長)"
|
||||
poster-v: "ポスター(縦長)"
|
||||
sofa: "ソファ"
|
||||
spiral: "螺旋階段"
|
||||
bin: "ゴミ箱"
|
||||
cup-noodle: "カップ麺"
|
||||
holo-display: "ホログラフィックディスプレイ"
|
||||
energy-drink: "エナジードリンク"
|
||||
|
||||
_pages:
|
||||
newPage: "ページの作成"
|
||||
editPage: "ページの編集"
|
||||
|
3
src/client/assets/room/furnitures/bed/bed.blend
Normal file
3
src/client/assets/room/furnitures/bed/bed.blend
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ccf449b85d73ef668a7742b6d1c7123c622061685644ba3acd7a179cb2abea
|
||||
size 573584
|
3
src/client/assets/room/furnitures/bed/bed.glb
Normal file
3
src/client/assets/room/furnitures/bed/bed.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b29c807a0128c4e11e8acf2c523f8932102491a9d25fffad08ac2e46d2accdb7
|
||||
size 8944
|
BIN
src/client/assets/room/furnitures/bin/bin.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/bin/bin.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/bin/bin.glb
Normal file
3
src/client/assets/room/furnitures/bin/bin.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:922de39569c278efb41ff7946be65f41db3009d63e510ff90bbeafb0cbf2e846
|
||||
size 22140
|
BIN
src/client/assets/room/furnitures/book/book.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book/book.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/book/book.glb
Normal file
3
src/client/assets/room/furnitures/book/book.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b0018d07eb02779d2d4df30832cf5dea8093f2e7c8e192c022088b81e2309f3
|
||||
size 4304
|
BIN
src/client/assets/room/furnitures/book2/barcode.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book2/barcode.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/book2/book2.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book2/book2.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/book2/book2.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book2/book2.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/book2/texture.afdesign
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book2/texture.afdesign
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/book2/texture.png
Normal file
3
src/client/assets/room/furnitures/book2/texture.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8d1e783d043aba4d11be9098aa4e394375a517ebcf6a967d2a6dfcc064b0cfe
|
||||
size 61019
|
BIN
src/client/assets/room/furnitures/book2/uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/book2/uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box/cardboard-box.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box/cardboard-box.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box/cardboard-box.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box/cardboard-box.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box2/cardboard-box2.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box2/cardboard-box2.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box2/cardboard-box2.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box2/cardboard-box2.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e22b6e1536524e61af923e820c646375da2e4c51a8022aa27d3cd66778c47012
|
||||
size 16879
|
BIN
src/client/assets/room/furnitures/cardboard-box2/uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box2/uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box3/cardboard-box3.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box3/cardboard-box3.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box3/cardboard-box3.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box3/cardboard-box3.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box3/texture.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box3/texture.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box3/texture.xcf
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box3/texture.xcf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cardboard-box3/uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cardboard-box3/uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c67916c00bbb2238fd8801bd33ddd8619aaf2f58a53da8dd5b4c096279487613
|
||||
size 481784
|
BIN
src/client/assets/room/furnitures/carpet-stripe/carpet-stripe.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/carpet-stripe/carpet-stripe.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/chair/chair.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/chair/chair.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/chair/chair.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/chair/chair.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/chair2/chair2.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/chair2/chair2.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/chair2/chair2.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/chair2/chair2.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/color-box/color-box.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/color-box/color-box.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/color-box/color-box.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/color-box/color-box.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a7f3e3c3716f284a89f09392f50c4a8c9988ef9905f08749c08e5e6b93d58a2
|
||||
size 565404
|
BIN
src/client/assets/room/furnitures/corkboard/corkboard.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/corkboard/corkboard.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cube/cube.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cube/cube.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/cube/cube.glb
Normal file
3
src/client/assets/room/furnitures/cube/cube.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70817e90861ddc17173e79986f5ac02447635c0cc6edd8eec8f8eabd685678a
|
||||
size 188392
|
BIN
src/client/assets/room/furnitures/cup-noodle/cup-noodle.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cup-noodle/cup-noodle.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cup-noodle/cup-noodle.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cup-noodle/cup-noodle.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/cup-noodle/noodle.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/cup-noodle/noodle.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/desk/desk.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/desk/desk.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/desk/desk.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/desk/desk.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce900486f2ec4b146ba783aa367e97ba726945cc03c55ec61cc808f9313e7fc
|
||||
size 724764
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dada764e73fa2ad36f8687bd8a723bb4975564ef7133051fdd08d25be7e8daf
|
||||
size 145836
|
BIN
src/client/assets/room/furnitures/energy-drink/texture.afdesign
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/energy-drink/texture.afdesign
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/energy-drink/texture.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/energy-drink/texture.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/energy-drink/uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/energy-drink/uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/eraser/cover.png
Normal file
3
src/client/assets/room/furnitures/eraser/cover.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1df07561fce6169ae1c7eeece2a98f173f8c07dceeb9bcd29b42c8ddb4047e7
|
||||
size 8336
|
BIN
src/client/assets/room/furnitures/eraser/cover.psd
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/eraser/cover.psd
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/eraser/eraser-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/eraser/eraser-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/eraser/eraser.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/eraser/eraser.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/eraser/eraser.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/eraser/eraser.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce6e482349c98659b38b62bf565b47e1c0176990c8fc84920e2462edd8b52482
|
||||
size 4470
|
BIN
src/client/assets/room/furnitures/facial-tissue/facial-tissue.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/facial-tissue/facial-tissue.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e59f36a617f6b8f7bea5a1ae7e8830a58e2cc549796a6054190523a7211d89f0
|
||||
size 8332
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f8c82f59ac0bfca0bfb10945811182749e8f34aaaa86a89d58307645b161435
|
||||
size 688
|
BIN
src/client/assets/room/furnitures/facial-tissue/facial-tissue.psd
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/facial-tissue/facial-tissue.psd
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/fan/fan.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/fan/fan.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/fan/fan.glb
Normal file
3
src/client/assets/room/furnitures/fan/fan.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65593e078bbb6861788cade8525b170364243780e2abf522f190691b4c87c46c
|
||||
size 51612
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17aa9c7d7ce954bca59e408cd3b3b0f7b0d31de84fd1071e960951331cf3cdb7
|
||||
size 788456
|
BIN
src/client/assets/room/furnitures/holo-display/holo-display.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/holo-display/holo-display.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/holo-display/ray-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/holo-display/ray-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/holo-display/ray.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/holo-display/ray.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/keyboard/keyboard.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/keyboard/keyboard.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/keyboard/keyboard.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/keyboard/keyboard.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/low-table/low-table.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/low-table/low-table.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/low-table/low-table.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/low-table/low-table.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/mat/mat.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/mat/mat.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/mat/mat.glb
Normal file
3
src/client/assets/room/furnitures/mat/mat.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191fc3f4da2323cce9148168e9e324f640a1143036a39b22905fa77ee98225c2
|
||||
size 1700
|
BIN
src/client/assets/room/furnitures/milk/milk-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/milk/milk-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/milk/milk.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/milk/milk.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/milk/milk.glb
Normal file
3
src/client/assets/room/furnitures/milk/milk.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3d012ad177ecb771bab7a9e746800ed09a31db9b6106632c4777a97544301a6
|
||||
size 8456
|
BIN
src/client/assets/room/furnitures/milk/milk.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/milk/milk.png
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/milk/milk.psd
Normal file
3
src/client/assets/room/furnitures/milk/milk.psd
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e68dd2bcf0f4b0794b1acea8e38d8f38ff83c3c9c1ac68c3112845c3ed9cba9
|
||||
size 125415
|
BIN
src/client/assets/room/furnitures/monitor/monitor.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/monitor/monitor.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/monitor/monitor.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/monitor/monitor.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/monitor/monitor.psd
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/monitor/monitor.psd
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/monitor/screen-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/monitor/screen-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/monitor/screen.jpg
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/monitor/screen.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/moon/moon.blend
Normal file
3
src/client/assets/room/furnitures/moon/moon.blend
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc9289bebf658662e17b537f4004894861de229a0ca2b81aa47388cc18885bc6
|
||||
size 725536
|
3
src/client/assets/room/furnitures/moon/moon.glb
Normal file
3
src/client/assets/room/furnitures/moon/moon.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c8e31e99fc62a29b493749f6b94fa46c8284e76bd758f8324ad1d617843cb1f
|
||||
size 122112
|
BIN
src/client/assets/room/furnitures/moon/moon.jpg
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/moon/moon.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/mousepad/mousepad.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/mousepad/mousepad.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/mousepad/mousepad.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/mousepad/mousepad.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/pc/motherboard-uv.png
Normal file
3
src/client/assets/room/furnitures/pc/motherboard-uv.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ecc74391bdbe47b7fea3ea04dca5d19a814b0b18ede6fbc429005945081ba96
|
||||
size 2920
|
BIN
src/client/assets/room/furnitures/pc/motherboard-uv.psd
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pc/motherboard-uv.psd
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/pc/motherboard.jpg
Normal file
3
src/client/assets/room/furnitures/pc/motherboard.jpg
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18025d82ce87b69521213214396640b416c30674c00118d4a460abc7801c32ce
|
||||
size 64600
|
3
src/client/assets/room/furnitures/pc/pc.blend
Normal file
3
src/client/assets/room/furnitures/pc/pc.blend
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:881e55e5ea3865aee9c25431c71333ffc676ed21b6d64353762f459942fbcc29
|
||||
size 818152
|
BIN
src/client/assets/room/furnitures/pc/pc.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pc/pc.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/pencil/pencil.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pencil/pencil.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/pencil/pencil.glb
Normal file
3
src/client/assets/room/furnitures/pencil/pencil.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e07e8d7fdc061604bcb94a4fbbd7350a0dbad5eff4805204133c5f0af432e0ca
|
||||
size 7788
|
BIN
src/client/assets/room/furnitures/photoframe/photo-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/photoframe/photo-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/photoframe/photo.jpg
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/photoframe/photo.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/photoframe/photoframe.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/photoframe/photoframe.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/photoframe/photoframe.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/photoframe/photoframe.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/piano/piano.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/piano/piano.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
3
src/client/assets/room/furnitures/piano/piano.glb
Normal file
3
src/client/assets/room/furnitures/piano/piano.glb
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eaf2446b3c9feba2d42bc65d5c494dc8221d63b62641bfe17e44820cb97314a
|
||||
size 73320
|
BIN
src/client/assets/room/furnitures/pinguin/pinguin.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pinguin/pinguin.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/pinguin/pinguin.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pinguin/pinguin.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/plant/plant-soil-uv.png
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/plant/plant-soil-uv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user