1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 12:47:10 +00:00

shmup:: improved collision radius system, collision debug

This commit is contained in:
Zeno Rogue
2024-10-05 10:00:11 +02:00
parent b6b4755309
commit 2b05f5d490
2 changed files with 46 additions and 8 deletions

View File

@@ -4784,6 +4784,8 @@ EX bool should_draw_mouse_cursor() {
EX void drawMarkers() {
shmup::draw_collision_debug();
if(!(cmode & sm::NORMAL)) return;
if(should_draw_mouse_cursor()) {