Skip to content

Commit

Permalink
Added images (#234)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update sparkle-shader.json

* Update tinyecs.json

* Update defold-3D-outline-shader.json

* Update defold-toon-shader.json

* Update fontgen.json
  • Loading branch information
neonlifes authored Dec 3, 2024
1 parent 0f832ef commit c2282f1
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 9 deletions.
6 changes: 5 additions & 1 deletion assets/defold-3D-outline-shader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"author": "Selim Ana\u00e7",
"description": "Simple outline shader for 3D models using STENCIL and INVERTED HULL techniques.",
"forum_url": "",
"images": {
"hero": "outline-shader-hero.jpg",
"thumb": "outline-shader-thumb.jpg"
},
"id": "defold-3D-outline-shader",
"library_url": "",
"license": "Unknown",
Expand All @@ -22,4 +26,4 @@
],
"timestamp": 1726322006.0,
"website_url": "https://x.com/selimanac/status/1831717407729074600"
}
}
6 changes: 5 additions & 1 deletion assets/defold-toon-shader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"author": "Selim Ana\u00e7",
"description": "Toon shader for 3D models.",
"forum_url": "",
"images": {
"hero": "toon-shader-hero.png",
"thumb": "toon-shader-thumb.png"
},
"id": "defold-toon-shader",
"library_url": "",
"license": "Unknown",
Expand All @@ -22,4 +26,4 @@
],
"timestamp": 1726322006.0,
"website_url": "https://x.com/selimanac/status/1831585534944149979"
}
}
6 changes: 3 additions & 3 deletions assets/fontgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description_long": "This extension allows for extending an existing Defold font with more glyphs at runtime. It allows for smaller package sizes, as well as less runtime memory footprint.",
"id": "fontgen",
"images": {
"hero": "",
"thumb": ""
"hero": "fontgen-hero.png",
"thumb": "fontgen-thumb.png"
},
"library_url": "https://github.com/defold/extension-fontgen/archive/refs/heads/main.zip",
"license": "MIT License",
Expand All @@ -20,4 +20,4 @@
],
"timestamp": 1733157967.0,
"website_url": "https://defold.com/extension-fontgen"
}
}
Binary file added assets/images/fontgen-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/fontgen-thumb.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/outline-shader-hero.jpg
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/outline-shader-thumb.jpg
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/sparkleshader-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/sparkleshader-thumb.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/tinyecs-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/tinyecs-thumb.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/toon-shader-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/toon-shader-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion assets/sparkle-shader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"author": "Alexander Bulatov",
"description": "Simple Sparkle Effect is Material for creating a sparkle or glare effect on the sprite. You can adjust parameters such as size, angle, and position in the material constants, as well as animate them via go.animate.",
"forum_url": "https://forum.defold.com/t/simple-2d-sparkle-shader/78005",
"images": {
"hero": "sparkleshader-hero.png",
"thumb": "sparkleshader-thumb.png"
},
"id": "sparkleshader",
"library_url": "https://github.com/ufgo/sparkle_effect/archive/refs/heads/main.zip",
"license": "Public Domain",
Expand All @@ -22,4 +26,4 @@
],
"timestamp": 1725737034.0,
"website_url": ""
}
}
6 changes: 3 additions & 3 deletions assets/tinyecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "The Tiny ECS library packaged as a Defold library.",
"forum_url": "",
"images": {
"hero": "",
"thumb": ""
"hero": "tinyecs-hero.png",
"thumb": "tinyecs-thumb.png"
},
"library_url": "https://github.com/ivanquirino/defold-tiny-ecs/archive/refs/tags/1.3-3.zip",
"license": "MIT",
Expand All @@ -24,4 +24,4 @@
],
"timestamp": 1726321482.0,
"website_url": ""
}
}

0 comments on commit c2282f1

Please sign in to comment.