{"id":18569087,"url":"https://github.com/dainfloop/kaboom-animations","last_synced_at":"2026-02-04T03:06:28.417Z","repository":{"id":153648375,"uuid":"480413409","full_name":"DaInfLoop/kaboom-animations","owner":"DaInfLoop","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-11T21:11:18.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T13:13:52.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaInfLoop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-11T14:20:45.000Z","updated_at":"2022-04-11T14:20:45.000Z","dependencies_parsed_at":"2023-06-04T13:15:26.682Z","dependency_job_id":null,"html_url":"https://github.com/DaInfLoop/kaboom-animations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaInfLoop%2Fkaboom-animations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaInfLoop%2Fkaboom-animations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaInfLoop%2Fkaboom-animations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaInfLoop%2Fkaboom-animations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaInfLoop","download_url":"https://codeload.github.com/DaInfLoop/kaboom-animations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239301938,"owners_count":19616451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T22:32:13.625Z","updated_at":"2026-02-04T03:06:28.324Z","avatar_url":"https://github.com/DaInfLoop.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# kaboom-animations\na repo i use to host things for kaboom (use https://kaboom-animations.dainfloop.repl.co to see all of these used)\n\n## how to use?\ncreate a new folder and the following files must be in it:\n- sprite.png (the sprite of your character)\n- atlas.json (sprite data) (should be a [SpriteAtlasEntry](https://kaboomjs.com/#SpriteAtlasEntry))  \n- create a pr with it\n\nexample (no animations):\n\n- sprite.png  \n![bean](https://cdn.jsdelivr.net/gh/replit/kaboom/src/assets/bean.png)  \n\n- atlas.json\n```json\n{} // leave it empty!\n```  \n\nexample (has animations):\n\n- sprite.png ([https://deadrevolver.itch.io/pixel-prototype-player-sprites](https://deadrevolver.itch.io/pixel-prototype-player-sprites))  \n![pixel-prototype-player-sprites](https://cdn.jsdelivr.net/gh/dainfloop/kaboom-animations/pixel-prototype-player-sprites/sprite.png)  \n\n- atlas.json\n```json\n{\n  \"sliceX\": 14,\n  \"sliceY\": 18.9,\n  \"anims\": {\n    \"idle\": {\n      \"from\": 14,\n      \"to\": 20,\n    },\n    \"move\": {\n      \"from\": 42,\n      \"to\": 49\n    },\n    \"jump\": {\n      \"from\": 113,\n      \"to\": 117\n    },\n    \"crouch\": {\n      \"from\": 127,\n      \"to\": 131\n    },\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdainfloop%2Fkaboom-animations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdainfloop%2Fkaboom-animations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdainfloop%2Fkaboom-animations/lists"}