Les Icônes se mettent correctement à jour durant la partie. Update de BaseMonoBehaviour, on peux maintenant ajouter une couleur a Info().

This commit is contained in:
mrtoine 2025-10-13 10:15:54 +02:00
parent aac376670c
commit 2b5a227237
10 changed files with 142 additions and 1163 deletions

View file

@ -60,7 +60,7 @@ namespace TestFacts.Runtime
{
foreach (var fact in GetAllFacts())
{
Info($"Fact[{fact.Key}] = {fact.Value}");
Info($"Fact[{fact.Key}] = {fact.Value}", Color.aliceBlue);
}
}
}