add new collision for map

This commit is contained in:
Askou
2021-06-17 17:13:50 +02:00
parent 72d93e8919
commit aae3c6c64c
7 changed files with 97 additions and 31 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace BBM {
return;
if (controllable->speed >= 0.4)
return;
controllable->speed = 0.025f;
controllable->speed += 0.025f;
const_cast<WAL::Entity &>(bonus).scheduleDeletion();
}