Skip to content

Commit

Permalink
Merge pull request #76 from RimNauts/main
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
sindre0830 committed Nov 3, 2023
2 parents fb17d52 + cf68cc6 commit 3e06b1f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file modified Assemblies/RimNauts2.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Changelog
- Update artificial satellite textures to look towards north
- Update artificial satellites axial rotation to work with the latest Universum update
2 changes: 1 addition & 1 deletion Defs/CelestialObjectDefs/Satellite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<orbitPathOffsetPercentage>1.2</orbitPathOffsetPercentage>
<orbitSpreadBetween>(0.05, 0.05)</orbitSpreadBetween>
<orbitDirection>RANDOM</orbitDirection>
<axialAngleBetween>(-90.0, 90.0)</axialAngleBetween>
<axialAngleBetween>(-90.0, 270.0)</axialAngleBetween>
<inclinationAngleBetween>(0.0, 180.0)</inclinationAngleBetween>
<components>
<li>RimNauts2_Component_Trail_Satellite</li>
Expand Down
2 changes: 1 addition & 1 deletion Source/RimNauts2/RimNauts2/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RimNauts2 {
public static class Info {
public static readonly string name = "RimNauts 2";
public static readonly string version = "5.0.0";
public static readonly string version = "5.1.0";
}

public static class Style {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e06b1f

Please sign in to comment.