Crayon balance and reorganize (#3388)

* Organized and halved crayons write amount

* StackVisualizer for crayon box

* Mime's Crayon

* Gives crayons the write tag

* Applies reviews

* Fuck yo prefixes

* Update fun.yml
This commit is contained in:
Swept
2021-02-28 00:59:20 +00:00
committed by GitHub
parent 986b481e9a
commit a9a96f2edc
46 changed files with 296 additions and 276 deletions

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "black"
},
{
"name": "blue"
},
{
"name": "box"
},
{
"name": "green"
},
{
"name": "mime"
},
{
"name": "orange"
},
{
"name": "purple"
},
{
"name": "rainbow"
},
{
"name": "red"
},
{
"name": "white"
},
{
"name": "yellow"
},
{
"name": "green_box"
},
{
"name": "orange_box"
},
{
"name": "purple_box"
},
{
"name": "red_box"
},
{
"name": "yellow_box"
},
{
"name": "black_box"
},
{
"name": "blue_box"
}
]
}