Trabajando en el marcador

This commit is contained in:
2022-08-31 13:56:17 +02:00
parent fff400be8f
commit c57fbf7bc3
11 changed files with 180 additions and 16 deletions

View File

@@ -163,6 +163,8 @@ void MovingSprite::setPos(SDL_Rect rect)
{
x = (float)rect.x;
y = (float)rect.y;
w = rect.w;
h = rect.h;
}
// Establece el valor de la variable