[Room] Add holo-display

This commit is contained in:
syuilo 2019-08-22 02:40:01 +09:00
parent ba83fa86f3
commit 171e38229d
6 changed files with 40 additions and 0 deletions

View file

@ -2350,3 +2350,4 @@ room:
spiral: "螺旋階段"
bin: "ゴミ箱"
cup-noodle: "カップ麺"
holo-display: "ホログラフィックディスプレイ"

View file

@ -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.

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

Binary file not shown.