From acc2cfc01694d5e0be2562644177c21f334d8c98 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Wed, 27 Nov 2024 15:07:03 -0500 Subject: [PATCH] Document images are png --- NewHorizons/External/Modules/ShipLogModule.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NewHorizons/External/Modules/ShipLogModule.cs b/NewHorizons/External/Modules/ShipLogModule.cs index 10828598..d28f403a 100644 --- a/NewHorizons/External/Modules/ShipLogModule.cs +++ b/NewHorizons/External/Modules/ShipLogModule.cs @@ -61,7 +61,7 @@ namespace NewHorizons.External.Modules public float offset; /// - /// 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. /// public string outlineSprite; @@ -71,7 +71,7 @@ namespace NewHorizons.External.Modules public bool remove; /// - /// 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. /// public string revealedSprite; @@ -90,7 +90,7 @@ namespace NewHorizons.External.Modules public bool invisibleWhenHidden; /// - /// The sprite to show when the parent AstroBody is rumored/unexplored. + /// The sprite (.png) to show when the parent AstroBody is rumored/unexplored. /// public string outlineSprite; @@ -100,7 +100,7 @@ namespace NewHorizons.External.Modules public MVector2 position; /// - /// The sprite to show when the parent AstroBody is revealed. + /// The sprite (.png) to show when the parent AstroBody is revealed. /// public string revealedSprite;