UNPKG

@quenty/animationgroup

Version:

A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.

39 lines (38 loc) 1.04 kB
{ "name": "@quenty/animationgroup", "version": "10.9.0", "description": "A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.", "keywords": [ "Roblox", "Nevermore", "Lua", "Character", "Animations" ], "bugs": { "url": "https://github.com/Quenty/NevermoreEngine/issues" }, "repository": { "type": "git", "url": "https://github.com/Quenty/NevermoreEngine.git", "directory": "src/animationgroup/" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/quenty" }, "license": "MIT", "contributors": [ "Quenty" ], "dependencies": { "@quenty/animationtrackutils": "^2.3.0", "@quenty/baseobject": "^10.9.0", "@quenty/loader": "^10.9.0", "@quenty/maid": "^3.5.0" }, "publishConfig": { "access": "public" }, "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604" }