Super-Mario-Bros-Remastered.../Scripts/Classes/Entities
SkyanUltra a681fed56d
Fix sideways pipe hitbox collision (#730)
* Fixed sideways pipe hitbox collision

This fixes a bug where players would clip the top edge of a sideways pipe's hitbox and get counted as being on the floor despite being above the pipe, thus allowing them to get warped into the pipe from there.

* Fix to prevent entering pipes from too low

this implements a simple distance check from the player to the hitbox to ensure the player can only ever enter the pipe when they're close enough in proximity to the pipe, preventing them from entering from a tile too low.

* co mnment

:earnest:
2025-11-22 16:32:59 +00:00
..
Enemies Offscreen Podoboos don't score points (#715) 2025-11-09 17:20:41 +00:00
Items SMBS powerups give the proper amount of points when collecting (#671) 2025-11-03 14:13:26 +00:00
Objects Fix Extra Checkpoint option not doing anything + other checkpoint fixes (#649) 2025-10-22 19:51:22 +01:00
Enemy.gd SMBS powerups give the proper amount of points when collecting (#671) 2025-11-03 14:13:26 +00:00
Enemy.gd.uid added the game 2025-09-13 16:30:32 +01:00
PipeArea.gd Fix sideways pipe hitbox collision (#730) 2025-11-22 16:32:59 +00:00
PipeArea.gd.uid added the game 2025-09-13 16:30:32 +01:00
Player.gd Implement WaterCrouchMove and WingCrouchMove (and fix an incorrect default value on small crouch height) (#643) 2025-10-22 19:51:52 +01:00
Player.gd.uid added the game 2025-09-13 16:30:32 +01:00
ShellClass.gd Change 1-up flagpole to replace the 5000 point bonus (#550) 2025-10-18 14:42:51 +01:00
ShellClass.gd.uid added the game 2025-09-13 16:30:32 +01:00
TeleportPipeArea.gd you can now bind UI / Menu options to keys in the settings 2025-09-27 18:38:03 +01:00
TeleportPipeArea.gd.uid added the game 2025-09-13 16:30:32 +01:00