Renamed Pars to PartGroup

This commit is contained in:
2026-06-13 21:16:46 +02:00
parent a588c1273b
commit 1ab259d3f9
332 changed files with 7018 additions and 6955 deletions

View File

@@ -49,7 +49,7 @@ namespace _2DGAMELIB
}
i = 0;
{
foreach (ShapePart item in but.Pars.EnumAllPar())
foreach (ShapePart item in but.PartGroup.EnumAllPar())
{
item.BrushColor = but.OverColors[i];
i++;
@@ -82,7 +82,7 @@ namespace _2DGAMELIB
});
}
j = 0;
foreach (ShapePart item2 in but.Pars.EnumAllPar())
foreach (ShapePart item2 in but.PartGroup.EnumAllPar())
{
item2.BrushColor = but.OverColors[j];
j++;
@@ -120,7 +120,7 @@ namespace _2DGAMELIB
}
i = 0;
{
foreach (ShapePart item in but.Pars.EnumAllPar())
foreach (ShapePart item in but.PartGroup.EnumAllPar())
{
item.BrushColor = but.BaseColors[i];
i++;
@@ -153,7 +153,7 @@ namespace _2DGAMELIB
});
}
j = 0;
foreach (ShapePart item2 in but.Pars.EnumAllPar())
foreach (ShapePart item2 in but.PartGroup.EnumAllPar())
{
item2.BrushColor = but.BaseColors[j];
j++;