Skip to content

Commit

Permalink
Change sky Object documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Aug 30, 2024
1 parent af77447 commit b3b2fb6
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions custom-sky.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,18 @@ This folder will contains all of the custom skies for our planets.
Sky Objects allows you to add object to the sky.

```json
{
"texture": "stellaris:textures/environment/solar_system/earth.png",
"blend": true,
"size": 8.0,
"rotation": [
60.0,
0.0,
5.0
],
"rotation_type": "DAY"
}
{
"texture": "stellaris:textures/environment/solar_system/earth.png",
"blend": true,
"size": 8.0,
"rotation": [
60.0,
0.0,
5.0
],
"height": 100,
"rotation_type": "DAY"
}
```

`texture`: The texture of the object
Expand All @@ -129,7 +130,9 @@ Sky Objects allows you to add object to the sky.

`rotation`: A Vector3 that is the rotation of the object

`rotation_type`: if the object should move with like the sun. Possibilities : DAY and STATIC
`height`: The height of the object in the sky

`rotation_type`: if the object should move with like the sun. Possibilities : DAY, NIGHT and STATIC

## Examples

Expand Down

0 comments on commit b3b2fb6

Please sign in to comment.