79729230

Date: 2025-08-08 00:42:46
Score: 1
Natty:
Report link

You're not setting the position with pos_x and pos_y

The problem is here:

Enemy::Enemy(float pos_x, float pos_y)
{
    this->initVariables();
    this->initTexture();
    this->initSprite();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Elit3d