mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
new property tooltips
This commit is contained in:
parent
48dc7ee938
commit
26f46e87a3
1 changed files with 23 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue