Правки
This commit is contained in:
parent
94a05eba86
commit
d60f81c6f7
@ -181,7 +181,7 @@ namespace AirFighter
|
|||||||
|
|
||||||
for (int i = 0; i < _setAirFighters.Count; i++)
|
for (int i = 0; i < _setAirFighters.Count; i++)
|
||||||
{
|
{
|
||||||
_setAirFighters.Get(i)?.SetObject(currentWidth * _placeSizeWidth, currentHeight * _placeSizeHeight, _pictureWidth, _pictureHeight);
|
_setAirFighters.Get(i)?.SetObject(currentWidth * _placeSizeWidth + 50, currentHeight * _placeSizeHeight + 10, _pictureWidth, _pictureHeight);
|
||||||
_setAirFighters.Get(i)?.DrawningObject(g);
|
_setAirFighters.Get(i)?.DrawningObject(g);
|
||||||
|
|
||||||
if(currentWidth > 0)
|
if(currentWidth > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user