[Room] Add holo-display
This commit is contained in:
parent
6a953b4d94
commit
c741e27057
|
@ -2350,3 +2350,4 @@ room:
|
||||||
spiral: "螺旋階段"
|
spiral: "螺旋階段"
|
||||||
bin: "ゴミ箱"
|
bin: "ゴミ箱"
|
||||||
cup-noodle: "カップ麺"
|
cup-noodle: "カップ麺"
|
||||||
|
holo-display: "ホログラフィックディスプレイ"
|
||||||
|
|
|
@ -354,5 +354,32 @@
|
||||||
{
|
{
|
||||||
id: "cup-noodle",
|
id: "cup-noodle",
|
||||||
place: "floor"
|
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.
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue