From c741e27057aa1e4490b96b5336baa25194323f36 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 22 Aug 2019 02:40:01 +0900 Subject: [Room] Add holo-display --- .../app/common/scripts/room/furnitures.json5 | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/client/app/common/scripts') 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, + }, + }, + }, } ] -- cgit v1.2.3-freya