* clean up a bunch of R&D code * don't store components * brug * speedrun some sloth review * technology disks * expand functionality, begin work on printer * disk printer ui * file * fix the rebase * disk console is finito * Update DiskConsoleSystem.cs
22 lines
298 B
JSON
22 lines
298 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC0-1.0",
|
|
"copyright": "Created by EmoGarbage",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "icon"
|
|
},
|
|
{
|
|
"name": "printing",
|
|
"delays": [[0.25, 0.25, 0.25, 0.25]]
|
|
},
|
|
{
|
|
"name": "unshaded"
|
|
}
|
|
]
|
|
}
|