Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Updating the description of hemisphere lights to better explain what …
Browse files Browse the repository at this point in the history
…they do and why. (#10945)
  • Loading branch information
Rezmason authored Aug 13, 2024
1 parent a3ed347 commit 81d4317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client-core/i18n/en/editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
},
"hemisphere": {
"name": "Hemisphere Light",
"description": "A light which illuminates the scene from directly overhead.",
"description": "A light which illuminates the scene with a sky color from above and a ground color from below.",
"lbl-skyColor": "Sky Color",
"lbl-groundColor": "Ground Color",
"lbl-intensity": "Intensity"
Expand Down Expand Up @@ -1177,7 +1177,7 @@
"point-light": "A light which emits in all directions from a single point.",
"spot-light": "Creates a light that shines in a specific direction.",
"directional-light": "Creates a light that emits evenly in a single direction.",
"hemisphere-light": "A light which illuminates the scene from directly overhead.",
"hemisphere-light": "A light which illuminates the scene with a sky color from above and a ground color from below.",
"particle-system": "Creates a particle emitter.",
"system": "Inserts code into the scene by creating a new Entity Component System based on the provided .ts file",
"visual-script": "Customizes state and behavior of entities through a visual node connections.",
Expand Down

0 comments on commit 81d4317

Please sign in to comment.