enemy kolizja rakiet

This commit is contained in:
2024-12-09 23:36:50 +01:00
parent a81cf284d0
commit 77eb83c2c3
3 changed files with 24 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ void Rocket::update() {
if(position.y < -100) {
outOfBounds = true;
}
}
}