started cleaning up the scene graph

This commit is contained in:
lewd_alt
2026-06-13 16:59:32 -05:00
parent 0da26b0478
commit 24b0d68e7e
706 changed files with 11202 additions and 11716 deletions

View File

@@ -370,7 +370,7 @@ namespace _2DGAMELIB
{
foreach (Par p in ps)
{
p.HitColor = GetUniqueColor();
p.SetHitColor(GetUniqueColor());
}
}
@@ -383,7 +383,7 @@ namespace _2DGAMELIB
{
foreach (Par p in ps)
{
HitColors.Remove(p.HitColor);
HitColors.Remove(p.GetHitColor());
}
}