hitbox
The invisible region a game checks for collisions — in shmups, often way smaller than your ship.
Definitions
The actual area the game tests for getting hit. In bullet hell it's usually a single pixel-ish dot near the centre of your sprite, which is why you can graze bullets that look like they're touching you.
hitbox In A Sentence
Origin & Usage
General game-dev term for the collision region; especially load-bearing in danmaku where the player hitbox is a tiny point.
People Also Ask
Why is the shmup hitbox so small?
So dense patterns stay fair. If the whole ship sprite could be hit, weaving through a bullet curtain would be impossible — the tiny dot makes dodging readable.
Comments 0