Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
JohnCorby 2022-07-24 20:43:05 -07:00
commit 361ce7baef
2 changed files with 7 additions and 3 deletions

View File

@ -55,7 +55,11 @@ jobs:
- name: Zip Asset - name: Zip Asset
uses: montudor/action-zip@v1 uses: montudor/action-zip@v1
with: with:
args: zip -qq -r xen.NewHorizons.zip xen.NewHorizons/* args: |
cd xen.NewHorizons/
zip -r xen.NewHorizons.zip *
mv xen.NewHorizons.zip ..
cd ..
- name: Upload Asset - name: Upload Asset
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1

View File

@ -34,8 +34,8 @@ Check the ship's log for how to use your warp drive to travel between star syste
- Separate solar system scenes accessible via wormhole OR via the ship's new warp drive feature accessible via the ship's log - Separate solar system scenes accessible via wormhole OR via the ship's new warp drive feature accessible via the ship's log
- Remove or edit existing planets, including what they orbit around - Remove or edit existing planets, including what they orbit around
- Create custom planets from heightmaps/texturemaps - Create custom planets from heightmaps/texturemaps
- Create stars (and supernovae), comets, asteroid belts, satellites, and quantum planets/moons. - Create stars (and supernovae), comets, asteroid belts, satellites, quantum planets/moons, and custom Dark Bramble dimensions.
- Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, and tornados. - Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, tornados, and Dark Bramble seeds/nodes.
- Binary orbits - Binary orbits
- Signalscope signals and custom frequencies - Signalscope signals and custom frequencies
- Surface scatter: rocks, trees, etc, using in-game models, or custom ones - Surface scatter: rocks, trees, etc, using in-game models, or custom ones