Jump to content

devdeza

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by devdeza

  1. On 2/16/2023 at 8:57 PM, deyu3110 said:

    same for me

     

    PythonMiniMap, change like this

     

    		else if (pkInstEach->IsEnemy())
    		{
    			if (pkInstEach->IsBoss())
    			{
    				aMarkPosition.m_fX = (m_fWidth - (float)m_WhiteMark.GetWidth()) / 2.0f + fDistanceFromCenterX + m_fScreenX;
    				aMarkPosition.m_fY = (m_fHeight - (float)m_WhiteMark.GetHeight()) / 2.0f + fDistanceFromCenterY + m_fScreenY;
    
    				m_BossPositionVector.push_back(aMarkPosition);
    			}
    			else
    			{
    				aMarkPosition.m_fX = (m_fWidth - (float)m_WhiteMark.GetWidth()) / 2.0f + fDistanceFromCenterX + m_fScreenX;
    				aMarkPosition.m_fY = (m_fHeight - (float)m_WhiteMark.GetHeight()) / 2.0f + fDistanceFromCenterY + m_fScreenY;
    
    				m_MonsterPositionVector.push_back(aMarkPosition);
    			}
    		}

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.