Castlevania ReVamped Android APK v0.1.5 - Rectangular Whip Hitboxes
·
1 commit
to main
since this release
Castlevania ReVamped Android APK v0.1.5
This release makes the whip's actual collision hitboxes rectangular and removes debug overlay labels.
Fixed
- Changed gameplay whip sprite collision settings from image/shape collision (
collisionKind: 4) to rectangular bbox collision (collisionKind: 1) for all leather, morningstar, flame, ice, and thunder whip directions. - Candles/breakables already use rectangular collision settings, so whip/lamp overlap now uses comparable rectangular dimensions.
- Removed hitbox text labels from the debug overlay. The overlay now just draws colored rectangles.
Why
The previous debug overlay showed rectangular bbox dimensions, but the whip gameplay collision still used a non-rectangular/image-derived collision mode. That meant the rectangle could visually overlap a candle while the built-in collision event still did not fire. This release makes the actual whip collision use the bbox dimensions shown by the overlay.
Verification
- Built Android debug and release APKs with
./tools/build-android-apk.sh. - Verified release APK signing and package identity:
com.castlevania.revamped.