Skip to content

Commit

Permalink
Glacier Pseudo Planet (#1115)
Browse files Browse the repository at this point in the history
# Description

This PR changes Glacier so that instead of spawning in a no-gravity
Nukieworld, it instead spawns in a frozen wasteland that people can
actually walk on, AND ships will work on it too.

<details><summary><h1>Media</h1></summary>
<p>


![image](https://github.com/user-attachments/assets/d7c00fd5-4053-4939-be30-81bb72cca865)

</p>
</details>

# Changelog

:cl:
- add: Glacier is now on a planetary surface
  • Loading branch information
VMSolidus authored Oct 21, 2024
1 parent 809bb9d commit 235c275
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Resources/Maps/glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ entities:
- type: GridTree
- type: MovedGrids
- type: Parallax
parallax: Sky
parallax: Snow
- type: Gravity
enabled: true
inherent: true
- type: MapAtmosphere
space: False
mixture:
Expand Down Expand Up @@ -100,6 +103,9 @@ entities:
- type: MetaData
- type: Transform
parent: 1
- type: PassiveDampening
linearDampening: 1
angularDampening: 1
- type: MapGrid
chunks:
-1,-1:
Expand Down Expand Up @@ -69877,13 +69883,6 @@ entities:
- type: Transform
pos: 63.191357,-49.411076
parent: 2
- proto: GravityGenerator
entities:
- uid: 9482
components:
- type: Transform
pos: 27.5,54.5
parent: 2
- proto: GravityGeneratorMini
entities:
- uid: 9483
Expand Down

0 comments on commit 235c275

Please sign in to comment.