Adds new pAI sprites (#6205)

This commit is contained in:
Lamrr
2022-01-18 06:21:40 +11:00
committed by GitHub
parent 5e1477c91a
commit 8f51cc3344
12 changed files with 42 additions and 13 deletions

View File

@@ -20,12 +20,6 @@
{
"name": "light_overlay"
},
{
"name": "pai_off_overlay"
},
{
"name": "pai_overlay"
},
{
"name": "pda"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "pai-base"
},
{
"name": "pai-off-overlay"
},
{
"name": "pai-on-overlay",
"delays": [
[
0.8,
0.8
]
]
},
{
"name": "pai-searching-overlay",
"delays": [
[
0.8,
0.8
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B