mes granera

This commit is contained in:
2026-04-04 12:44:45 +02:00
parent 9e0ab87c76
commit 08ba88ec05
37 changed files with 115 additions and 104 deletions

21
source/game/prota.hpp Normal file
View File

@@ -0,0 +1,21 @@
#pragma once
#include "game/sprite.hpp"
#include "game/info.hpp"
class Prota : public Sprite {
public:
Prota( JD8_Surface gfx );
void draw();
Uint8 update();
Uint8 frame_pejades;
bool pergami;
protected:
};