gzdoom/wadsrc/static/zscript/actors/player
jekyllgrim d354d7332f Allow viewbob speed adjustment through properties
This adds ViewBobSpeed to PlayerPawn that is passed in CalcHeight() instead of the value of 20 and can be adjusted with the Player.ViewBobSpeed variable. This will let modders dynamically adjust how to only how far the camera bobs up and down, but also how *quickly* it does that, which allows to easily convey a feeling of a heavy, slow-moving character whose view might bob a lot but would do it slowly.
2023-09-15 22:40:14 +02:00
..
player.zs Allow viewbob speed adjustment through properties 2023-09-15 22:40:14 +02:00
player_cheat.zs - fixed and consolidated artifact check in cheat code. 2022-07-15 07:56:22 +02:00
player_inventory.zs - deprecated A_PlaySound for real and transitoned the internal scripts to A_StartSound 2020-01-04 14:25:55 +01:00
player_morph.zs Added FOV Interpolation 2022-12-18 08:23:19 +01:00