diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 13:03:50 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 13:03:50 -0700 |
| commit | 17d3fb49f250ba5975180de2bac4d0d50bcf1cda (patch) | |
| tree | d8cc302a171c0f7c7305a2f638fce8fa6b590347 /src/engine/World.h | |
| parent | cae7cc7f6f5c66bca929427efaaf1f7847ca8105 (diff) | |
Thwomp Collisionbox and squish size
Diffstat (limited to 'src/engine/World.h')
| -rw-r--r-- | src/engine/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/World.h b/src/engine/World.h index 1bb78923e..a5d9770a5 100644 --- a/src/engine/World.h +++ b/src/engine/World.h @@ -143,7 +143,7 @@ public: void AddBombKart(Vec3f pos, TrackWaypoint* waypoint, uint16_t waypointIndex, uint16_t state, f32 unk_3C); std::vector<std::unique_ptr<OThwomp>> Thwomps; - void AddThwomp(s16 x, s16 z, s16 direction, f32 scale, s16 behaviour, s16 primAlpha); + void AddThwomp(s16 x, s16 z, s16 direction, f32 scale, s16 behaviour, s16 primAlpha, u16 boundingBoxSize = 7); TrainCrossing* AddCrossing(Vec3f position, u32 waypointMin, u32 waypointMax, f32 approachRadius, f32 exitRadius); std::vector<std::shared_ptr<TrainCrossing>> Crossings; |
