[Room] Add holo-display
This commit is contained in:
parent
6a953b4d94
commit
c741e27057
6 changed files with 28 additions and 0 deletions
|
@ -2350,3 +2350,4 @@ room:
|
|||
spiral: "螺旋階段"
|
||||
bin: "ゴミ箱"
|
||||
cup-noodle: "カップ麺"
|
||||
holo-display: "ホログラフィックディスプレイ"
|
||||
|
|
|
@ -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.
BIN
src/client/assets/room/furnitures/holo-display/holo-display.glb
Normal file
BIN
src/client/assets/room/furnitures/holo-display/holo-display.glb
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/holo-display/ray-uv.png
Normal file
BIN
src/client/assets/room/furnitures/holo-display/ray-uv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/client/assets/room/furnitures/holo-display/ray.png
Normal file
BIN
src/client/assets/room/furnitures/holo-display/ray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in a new issue