mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Document images are png
This commit is contained in:
parent
6e62ed3008
commit
acc2cfc016
@ -61,7 +61,7 @@ namespace NewHorizons.External.Modules
|
||||
public float offset;
|
||||
|
||||
/// <summary>
|
||||
/// The path to the sprite to show when the planet is unexplored in map mode.
|
||||
/// The path to the sprite (.png) to show when the planet is unexplored in map mode.
|
||||
/// </summary>
|
||||
public string outlineSprite;
|
||||
|
||||
@ -71,7 +71,7 @@ namespace NewHorizons.External.Modules
|
||||
public bool remove;
|
||||
|
||||
/// <summary>
|
||||
/// The path to the sprite to show when the planet is revealed in map mode.
|
||||
/// The path to the sprite (.png) to show when the planet is revealed in map mode.
|
||||
/// </summary>
|
||||
public string revealedSprite;
|
||||
|
||||
@ -90,7 +90,7 @@ namespace NewHorizons.External.Modules
|
||||
public bool invisibleWhenHidden;
|
||||
|
||||
/// <summary>
|
||||
/// The sprite to show when the parent AstroBody is rumored/unexplored.
|
||||
/// The sprite (.png) to show when the parent AstroBody is rumored/unexplored.
|
||||
/// </summary>
|
||||
public string outlineSprite;
|
||||
|
||||
@ -100,7 +100,7 @@ namespace NewHorizons.External.Modules
|
||||
public MVector2 position;
|
||||
|
||||
/// <summary>
|
||||
/// The sprite to show when the parent AstroBody is revealed.
|
||||
/// The sprite (.png) to show when the parent AstroBody is revealed.
|
||||
/// </summary>
|
||||
public string revealedSprite;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user