mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 15:52:09 +02:00
update tooltips, use Cube icon for now
This commit is contained in:
parent
e0e9a7de15
commit
7581c77be8
2 changed files with 10 additions and 4 deletions
|
@ -17,9 +17,6 @@
|
|||
"lineHeight": {
|
||||
"tooltip": "The height of each line of text. This determines the size of the text."
|
||||
},
|
||||
"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"
|
||||
|
@ -356,6 +353,15 @@
|
|||
"materialMappingRot": {
|
||||
"tooltip": "How much to rotate the material within the parent's UV-space, in degrees."
|
||||
},
|
||||
"followCamera": {
|
||||
"tooltip": "If enabled, the grid is always visible even as the camera moves to another position."
|
||||
},
|
||||
"majorGridEvery": {
|
||||
"tooltip": "The number of \"Minor Grid Every\" intervals at which to draw a thick grid line."
|
||||
},
|
||||
"minorGridEvery": {
|
||||
"tooltip": "The real number of meters at which to draw thin grid lines."
|
||||
},
|
||||
"id": {
|
||||
"tooltip": "The unique identifier of this entity."
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
const ENTITY_TYPE_ICON = {
|
||||
Box: "m",
|
||||
Grid: "V",
|
||||
Grid: "m",
|
||||
Image: "",
|
||||
Light: "p",
|
||||
Material: "",
|
||||
|
|
Loading…
Reference in a new issue