Renamed Par -> ShapePart

Renamed ParT -> ShapePartT
This commit is contained in:
2026-06-13 20:45:58 +02:00
parent e424ebc7e9
commit a588c1273b
366 changed files with 14546 additions and 14537 deletions

View File

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