Skip to content

Commit

Permalink
[Room] Add holo-display
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored and mei23 committed Aug 23, 2019
1 parent a21d107 commit b161302
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1978,3 +1978,4 @@ room:
spiral: "螺旋階段"
bin: "ゴミ箱"
cup-noodle: "カップ麺"
holo-display: "ホログラフィックディスプレイ"
27 changes: 27 additions & 0 deletions src/client/app/common/scripts/room/furnitures.json5
Original file line number Diff line number Diff line change
Expand Up @@ -354,5 +354,32 @@
{
id: "cup-noodle",
place: "floor"
},
{
id: "holo-display",
place: "floor",
props: {
image: 'image'
},
texture: {
Image_Front: {
prop: 'image',
uv: {
x: 0,
y: 0,
width: 1024,
height: 1024,
},
},
Image_Back: {
prop: 'image',
uv: {
x: 0,
y: 0,
width: 1024,
height: 1024,
},
},
},
}
]
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b161302

Please sign in to comment.