Adds new pAI sprites (#6205)
@@ -68,7 +68,7 @@
|
||||
|
||||
- type: action
|
||||
actionType: PAIMidi
|
||||
icon: Interface/Actions/midi.png
|
||||
icon: Interface/Actions/pai-midi.png
|
||||
name: "Play MIDI"
|
||||
description: "Open your portable MIDI interface to soothe your owner."
|
||||
filters:
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
type: InstrumentBoundUserInterface
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Objects/Devices/pda.rsi
|
||||
sprite: Objects/Fun/pai.rsi
|
||||
layers:
|
||||
- state: pda-lawyer # nobody's using this one
|
||||
- state: pai_off_overlay
|
||||
- state: pai-base
|
||||
- state: pai-off-overlay
|
||||
shader: unshaded
|
||||
- type: Input
|
||||
context: "human"
|
||||
@@ -43,7 +43,7 @@
|
||||
key: enum.PAIVisuals.Status
|
||||
layer: 1
|
||||
states:
|
||||
enum.PAIStatus.Off: pai_off_overlay
|
||||
enum.PAIStatus.Searching: pda-r
|
||||
enum.PAIStatus.On: pai_overlay
|
||||
enum.PAIStatus.Off: pai-off-overlay
|
||||
enum.PAIStatus.Searching: pai-searching-overlay
|
||||
enum.PAIStatus.On: pai-on-overlay
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 923 B |
BIN
Resources/Textures/Interface/Actions/pai-midi.png
Normal file
|
After Width: | Height: | Size: 555 B |
@@ -20,12 +20,6 @@
|
||||
{
|
||||
"name": "light_overlay"
|
||||
},
|
||||
{
|
||||
"name": "pai_off_overlay"
|
||||
},
|
||||
{
|
||||
"name": "pai_overlay"
|
||||
},
|
||||
{
|
||||
"name": "pda"
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 171 B |
35
Resources/Textures/Objects/Fun/pai.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Fun/pai.rsi/pai-base.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
Resources/Textures/Objects/Fun/pai.rsi/pai-off-overlay.png
Normal file
|
After Width: | Height: | Size: 167 B |
BIN
Resources/Textures/Objects/Fun/pai.rsi/pai-on-overlay.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
Resources/Textures/Objects/Fun/pai.rsi/pai-searching-overlay.png
Normal file
|
After Width: | Height: | Size: 347 B |