mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 08:33:36 +00:00
add new collision for map
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user