Merging with develop

This commit is contained in:
Zoe Roux
2021-06-16 12:52:53 +02:00
30 changed files with 383 additions and 56 deletions
@@ -38,7 +38,7 @@ namespace BBM
//! @brief input value for pause
bool pause = false;
//! @brief The speed applied to every controllable entities.
float speed = .25f;
float speed = .15f;
//! @brief The layout used for this controllable.
Layout layout = NONE;