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:
@ -8,7 +8,7 @@ using namespace godot;
|
||||
|
||||
GestionTerrain::GestionTerrain()
|
||||
{
|
||||
Godot::print("Constructeur");
|
||||
Godot::print("Constructeur Terrain");
|
||||
}
|
||||
|
||||
GestionTerrain::~GestionTerrain()
|
||||
@ -75,3 +75,11 @@ void GestionTerrain::AjoutSolTraversable(int sizeX, int sizeY, int posX, int pos
|
||||
void GestionTerrain::SuppressionTout()
|
||||
{
|
||||
}
|
||||
|
||||
void GestionTerrain::GenerationCarte()
|
||||
{
|
||||
AjoutSolSolide(1, 1, 85, 300);
|
||||
AjoutSolSolide(1, 1, 255, 300);
|
||||
AjoutSolSolide(1, 1, 340, 300);
|
||||
AjoutSolSolide(1, 1, 425, 300);
|
||||
}
|
||||
|
Reference in New Issue
Block a user