pasada la granera per la carpeta

This commit is contained in:
2026-04-04 12:38:48 +02:00
parent 6474d731d0
commit 9e0ab87c76
42 changed files with 128 additions and 37 deletions

18
source/engendro.h Normal file
View File

@@ -0,0 +1,18 @@
#pragma once
#include "sprite.h"
class Engendro : public Sprite {
public:
Engendro( JD8_Surface gfx, Uint16 x, Uint16 y );
void draw();
bool update();
protected:
Uint8 vida;
};