From 26f46e87a3f917477aab8639cbf1ec49012fa35d Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Sat, 5 Jan 2019 02:16:12 +0100 Subject: [PATCH] new property tooltips --- .../system/assets/data/createAppTooltips.json | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/scripts/system/assets/data/createAppTooltips.json b/scripts/system/assets/data/createAppTooltips.json index 9f77a86dc9..56341acc90 100644 --- a/scripts/system/assets/data/createAppTooltips.json +++ b/scripts/system/assets/data/createAppTooltips.json @@ -20,6 +20,10 @@ "faceCamera": { "tooltip": "If enabled, the entity follows the camera of each user, creating a billboard effect." }, + "textBillboardMode": { + "tooltip": "If enabled, determines how the entity will face the camera.", + "jsPropertyName": "billboardMode" + }, "flyingAllowed": { "tooltip": "If enabled, users can fly in the zone." }, @@ -149,9 +153,25 @@ "originalTextures": { "tooltip": "A JSON string containing the original texture used on the model." }, - "image": { - "tooltip": "The URL for the image source.", - "jsPropertyName": "textures" + "imageURL": { + "tooltip": "The URL for the image source." + }, + "imageColor": { + "tooltip": "The tint to be applied to the image.", + "jsPropertyName": "color" + }, + "emissive": { + "tooltip": "If enabled, the image will display at full brightness." + }, + "subImage": { + "tooltip": "The area of the image that is displayed." + }, + "imageBillboardMode": { + "tooltip": "If enabled, determines how the entity will face the camera.", + "jsPropertyName": "billboardMode" + }, + "keepAspectRatio": { + "tooltip": "If enabled, the image will maintain its original aspect ratio." }, "sourceUrl": { "tooltip": "The URL for the web page source."