mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 23:54:50 +02:00
Merge pull request #4263 from huffman/text-size
Increase size of text entity
This commit is contained in:
commit
3e8f7dc3da
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ var toolBar = (function () {
|
||||||
placingEntityID = Entities.addEntity({
|
placingEntityID = Entities.addEntity({
|
||||||
type: "Text",
|
type: "Text",
|
||||||
position: grid.snapToSurface(grid.snapToGrid(position, false, DEFAULT_DIMENSIONS), DEFAULT_DIMENSIONS),
|
position: grid.snapToSurface(grid.snapToGrid(position, false, DEFAULT_DIMENSIONS), DEFAULT_DIMENSIONS),
|
||||||
dimensions: { x: 0.5, y: 0.3, z: 0.01 },
|
dimensions: { x: 0.65, y: 0.3, z: 0.01 },
|
||||||
backgroundColor: { red: 64, green: 64, blue: 64 },
|
backgroundColor: { red: 64, green: 64, blue: 64 },
|
||||||
textColor: { red: 255, green: 255, blue: 255 },
|
textColor: { red: 255, green: 255, blue: 255 },
|
||||||
text: "some text",
|
text: "some text",
|
||||||
|
|
Loading…
Reference in a new issue