new property tooltips

This commit is contained in:
Thijs Wenker 2019-01-05 02:16:12 +01:00
parent 48dc7ee938
commit 26f46e87a3

View file

@ -20,6 +20,10 @@
"faceCamera": { "faceCamera": {
"tooltip": "If enabled, the entity follows the camera of each user, creating a billboard effect." "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": { "flyingAllowed": {
"tooltip": "If enabled, users can fly in the zone." "tooltip": "If enabled, users can fly in the zone."
}, },
@ -149,9 +153,25 @@
"originalTextures": { "originalTextures": {
"tooltip": "A JSON string containing the original texture used on the model." "tooltip": "A JSON string containing the original texture used on the model."
}, },
"image": { "imageURL": {
"tooltip": "The URL for the image source.", "tooltip": "The URL for the image source."
"jsPropertyName": "textures" },
"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": { "sourceUrl": {
"tooltip": "The URL for the web page source." "tooltip": "The URL for the web page source."