summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/room/furnitures.json5
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/scripts/room/furnitures.json5')
-rw-r--r--src/client/app/common/scripts/room/furnitures.json527
1 files changed, 27 insertions, 0 deletions
diff --git a/src/client/app/common/scripts/room/furnitures.json5 b/src/client/app/common/scripts/room/furnitures.json5
index 5893147dcc..b6ddd5c2b8 100644
--- a/src/client/app/common/scripts/room/furnitures.json5
+++ b/src/client/app/common/scripts/room/furnitures.json5
@@ -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,
+ },
+ },
+ },
}
]