Commit Graph

3 Commits

Author SHA1 Message Date
An0n3m0us
1965e21b1e Player model: Add bobbing to walk animation, more subtle standing animation 2019-12-23 02:14:25 +00:00
paramat
6ff66f3940 Player model: Remove vertical stretch of body and limbs, remove cape
Previously, body and limbs were stretched vertically by 1.125, creating
rectangular pixels on side faces. Head was unstretched.
Remove stretch of body and limbs, leaving the head unchanged.
No other change would excessively shorten the model, so also scale up
the model slightly, by * 1.05, such that the reduction factor for height is
equal to the increasing factor for width. This minimises the changes to
height and width.

Remove cape support.

Update the collisionbox to match.

Add missing license.txt.
2017-11-03 16:25:54 +00:00
rubenwardy
c41621092d Separate player code into new mod 2017-08-01 03:57:29 +01:00