fix: do not use canvas.output_size() for calculations due to browser behavior

This commit is contained in:
Ryan Walters
2025-09-04 16:06:28 -05:00
parent 9e029966dc
commit 0f1e1d4d42
4 changed files with 11 additions and 8 deletions

View File

@@ -142,8 +142,6 @@ pub fn ghost_collision_system(
events.write(AudioEvent::PlayEat);
} else {
// Pac-Man dies (this would need a death system)
// For now, just log it
tracing::warn!("Pac-Man collided with ghost while not frightened!");
}
}
}