mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
reglage probleme animations + commentaire
This commit is contained in:
@ -72,14 +72,14 @@ void GestionJeu::create_scene()
|
||||
auto mob = (MobsCorpACorpIA*) m;
|
||||
Godot::print("Add child mob");
|
||||
add_child(m);
|
||||
m->setPosition(15, 150);
|
||||
m->setPosition(15.0f, 150.0f);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void GestionJeu::setup_scene()
|
||||
{
|
||||
gPlayer->setPosition(15, 150);
|
||||
gPlayer->setPosition(15.0f, 150.0f);
|
||||
|
||||
gTerrain->GenerationCarte();
|
||||
|
||||
|
Reference in New Issue
Block a user