Skip to content

Commit

Permalink
actually add animation rate in player config
Browse files Browse the repository at this point in the history
it already had an EntityField link, but we needed a part variable visible to the user
  • Loading branch information
pingu7867 committed Mar 6, 2024
1 parent 75ed882 commit b6faf91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pac3/core/client/parts/player_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ BUILDER:SetPropertyGroup("generic")

BUILDER:SetPropertyGroup("behavior")
BUILDER:GetSet("MuteFootsteps", false)
BUILDER:GetSet("AnimationRate", 1)

BUILDER:SetPropertyGroup("death")
BUILDER:GetSet("FallApartOnDeath", false)
Expand Down

0 comments on commit b6faf91

Please sign in to comment.