diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 13:06:06 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 13:06:06 -0700 |
| commit | 55fe8eb13d010699abaedd289c0377678c36072e (patch) | |
| tree | 37ad873923f7b9428f8591df9c4ae6340faff123 /src/engine | |
| parent | 17d3fb49f250ba5975180de2bac4d0d50bcf1cda (diff) | |
Thwomp Comments
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/vehicles/OThwomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/vehicles/OThwomp.h b/src/engine/vehicles/OThwomp.h index 17c46553b..2d8a2a075 100644 --- a/src/engine/vehicles/OThwomp.h +++ b/src/engine/vehicles/OThwomp.h @@ -12,6 +12,9 @@ extern "C" { #include "objects.h" } +//! @todo Make shadow size bigger if thwomp is scaled up +//! @todo make adjustable properties for squishSize and boundingBoxSize + /** * Thwomp GameObject * |
