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.

42 lines (41 loc) 1.1 kB
{ "name": "@quenty/animationgroup", "version": "10.13.1", "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", "scripts": { "preinstall": "npx only-allow pnpm" }, "contributors": [ "Quenty" ], "dependencies": { "@quenty/animationtrackutils": "2.3.3", "@quenty/baseobject": "10.13.0", "@quenty/loader": "10.11.0", "@quenty/maid": "3.9.0" }, "publishConfig": { "access": "public" }, "gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba" }