Skip to content

Commit

Permalink
Merge pull request #200 from neonlifes/master
Browse files Browse the repository at this point in the history
Add TexturePacker extension
  • Loading branch information
AGulev authored Apr 14, 2024
2 parents 19825bc + 8528c46 commit b68900b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Binary file added assets/images/texturepacker-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/texturepacker-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions assets/texturepacker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"author": "Defold",
"description": "Adds support for the TexturePacker atlas format.",
"forum_url": "https://forum.defold.com/t/defold-now-has-texturepacker-support/76557",
"id": "extension-texturepacker",
"images": {
"hero": "texturepacker-hero.png",
"thumb": "texturepacker-thumb.png"
},
"library_url": "https://github.com/defold/extension-texturepacker/archive/main.zip",
"license": "MIT License",
"name": "TexturePacker",
"platforms": [
"iOS",
"Android",
"macOS",
"Windows",
"Linux",
"HTML5"
],
"project_url": "https://github.com/defold/extension-texturepacker",
"tags": [
"Tools"
],
"website_url": "https://defold.com/extension-texturepacker"
}

0 comments on commit b68900b

Please sign in to comment.