This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"withinMaxUint16": { | |
"percent": "75.63718140929535%", | |
"unsupported": [ | |
{ | |
"name": "Janus Testnet", | |
"chainId": 66988 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Markdown extension for utilizing Bionic Reading. | |
Author: nftchance | |
License: MIT | |
Developer notice: The official accessibility tool for Bionic Reading | |
is locked behind a $99/month plan for what is ~75 lines of code. | |
Feel free to yoink this all you want. (Still maintain route of | |
monetization but if you put this behind a paid wall I am coming for you.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
@title: Aesprite Procedural Generation Tilemap Builder | |
@author: nftchance | |
@note: This was written in mind off on-chain (blockchain) pixel art however this is not just limited to the utilization of blockchain needs. This is an incredibly efficient workflow for all "procedural generation" populations. | |
@license: MIT | |
@installation: to use this script you need to import this script into your Aesprite scripts folder. | |
This script is utilized within the pixel art tool, Aesprite (https://www.aseprite.org/). The tool is incredibly easy to use and what most on-chain artists should realistically be using due to the workflow that can be created. The quality of art and workflow are significantly improved. However, with character-heavy art it is vital that you can export each individual layer tilemap and the pieces that are contained within that. This scripts solves that problem. |