Update HotReload

This commit is contained in:
2026-03-28 12:54:41 +07:00
parent f2173d2c73
commit a4f2654d0b
278 changed files with 2027 additions and 1896 deletions
@@ -28,9 +28,9 @@ namespace SingularityGroup.HotReload.Editor {
Paused,
}
internal static readonly string greyIconPath = "grey";
internal static readonly string greenIconPath = "green";
internal static readonly string redIconPath = "red";
internal static readonly string greyIconPath = "Hot_Reload_status_grey";
internal static readonly string greenIconPath = "Hot_Reload_status_green";
internal static readonly string redIconPath = "Hot_Reload_status_red";
private static readonly Dictionary<IndicationStatus, string> IndicationIcon = new Dictionary<IndicationStatus, string> {
// grey icon:
{ IndicationStatus.FinishRegistration, greyIconPath },