summaryrefslogtreecommitdiff
path: root/StormLib/src/FileStream.cpp
diff options
context:
space:
mode:
authorTheLegendOfLame <55961603+TheLegendOfLame@users.noreply.github.com>2022-07-25 05:36:06 -0500
committerGitHub <noreply@github.com>2022-07-25 12:36:06 +0200
commitd05295aad2ca6601228764f53bb85d33de7bdcec (patch)
treebcc2f81505d5d7c8254f08d2de33ef407bc207de /StormLib/src/FileStream.cpp
parentffb3523cb5e69b9421e98877b05d9ea7a49cba72 (diff)
Adds new features to the Equipment menu Link (#806)
* All features are for the equipment menu: Added ability to use the right stick for rotate Link enhancement. Added ability to have analog control on rotating Link. Added ability to zoom into Link with right stick. Added ability to have Link do random animations Idle only. * Added RotationSpeed as a multiplier rather than a hardcoded 2.5 -Allows for more custom control -Also gives purpose for the slider to still be present w/ RStick * Specifically for the RStick, divided RotationSpeed by 150 -Even at RotationSpeed 1 it was way too fast * Added logic to play animations based on what Link has equipped & his age - If has sword and shield, all animations - Unless he's a kid with the Hylian shield equipped - If has sword no shield, all anims but shield anim - If has shield no sword, all anims but sword anim - Unless he's a kid with the Hylian shield equipped - If he has no sword or shield equipped no sword or shield anims * Casted RotationSpeed to float for RStick and divded by 600.0f - Did this instead of dividing by 150, as at RotationSpeed of 20 the rotation was so fast it was almost nauseating. I noticed at RotationSpeed of 5, it was still very quick. Logically, another division of 4 was necessary. * Changed the spacing
Diffstat (limited to 'StormLib/src/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions