Geiger counter (#12082)

This commit is contained in:
Alex Evgrashin
2022-12-07 02:56:52 +01:00
committed by GitHub
parent ae700781b4
commit 04db7d0fdd
32 changed files with 613 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

View File

@@ -0,0 +1,43 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "geiger_base"
},
{
"name": "geiger_on_idle"
},
{
"name": "geiger_on_low"
},
{
"name": "geiger_on_med"
},
{
"name": "geiger_on_high"
},
{
"name": "geiger_on_ext",
"delays": [
[
0.2,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}