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."