From 71897291ff2ff626520f10ad404ba4f1275e6441 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Fri, 12 Aug 2022 12:59:32 +0200 Subject: [PATCH] Comienzo de la reescritura de la clase animatedsprite --- source/animatedsprite.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/animatedsprite.h b/source/animatedsprite.h index c83f9fe..81c4a83 100644 --- a/source/animatedsprite.h +++ b/source/animatedsprite.h @@ -5,9 +5,6 @@ #ifndef ANIMATEDSPRITE_H #define ANIMATEDSPRITE_H -#define MAX_FRAMES 30 -#define MAX_ANIMATIONS 20 - // Clase AnimatedSprite class AnimatedSprite : public MovingSprite {