mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Génération d'un sol
This commit is contained in:
@ -22,11 +22,14 @@ public:
|
||||
void _init();
|
||||
void _ready();
|
||||
|
||||
public:
|
||||
private:
|
||||
void AjoutMur(int sizeX, int sizeY, int posX, int posY);
|
||||
void AjoutSolSolide(int sizeX, int sizeY, int posX, int posY);
|
||||
void AjoutSolTraversable(int sizeX, int sizeY, int posX, int posY);
|
||||
|
||||
void SuppressionTout();
|
||||
|
||||
public:
|
||||
void GenerationCarte();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user