no model will be displayed in the lobby, only matching colors (thx raylib)

'
This commit is contained in:
arthur.jamet
2021-06-10 13:54:28 +02:00
parent e0b44b84bb
commit d328a976ed
+4
View File
@@ -314,6 +314,10 @@ namespace BBM
//RAY::Texture *txt = dynamic_cast<RAY::Texture *>(entity.getComponent<Drawable2DComponent>().drawable.get());
//txt->use("assets/player/valid_selection_icon.png")
//to do
// quand no player is reaydy, the play button should be diasbled
//The other non-ready players shoudl be IAs
return scene;
}