mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
[Room] Add holo-display
This commit is contained in:
parent
ba83fa86f3
commit
171e38229d
6 changed files with 40 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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
BIN
src/client/assets/room/furnitures/holo-display/holo-display.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/holo-display/holo-display.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
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.
Loading…
Reference in a new issue