PDA UI refactor and cartridges (#11335)
* Work on cartridges * Work on PDA UI * Work on PDA UIs program list * Work on PDA UI borders * Add DeviceNetworkingComponent to the pda base prototype * Fix submodule version * Fix cartridge loader ui key * Fix pda menu xaml * Implement relaying ui messages * Finish implementing the notekeeper cartridge * Fix submodule version * Fix errors from merging master * Fix test failing * Implement setting preinstalled programs * Add some documentation to CartridgeLoaderSystem * Add more doc comments * Add localization to program names * Implement review suggestions * Fix background programs receiving events twice when active
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-a.png
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-b.png
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-c.png
Normal file
|
After Width: | Height: | Size: 305 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-ce.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-chem.png
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-clown.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-cmo.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-e.png
Normal file
|
After Width: | Height: | Size: 266 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-eye.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-h.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-hos.png
Normal file
|
After Width: | Height: | Size: 305 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-j.png
Normal file
|
After Width: | Height: | Size: 289 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-lib.png
Normal file
|
After Width: | Height: | Size: 272 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-m.png
Normal file
|
After Width: | Height: | Size: 281 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-mi.png
Normal file
|
After Width: | Height: | Size: 290 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-ord.png
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-q.png
Normal file
|
After Width: | Height: | Size: 277 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-rd.png
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-s.png
Normal file
|
After Width: | Height: | Size: 299 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart-tear.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
Resources/Textures/Objects/Devices/cartridges.rsi/cart.png
Normal file
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 155 B |
77
Resources/Textures/Objects/Devices/cartridges.rsi/meta.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0c15d9dbcf0f2beb230eba5d9d889ef2d1945bb8",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "insert_overlay"
|
||||
},
|
||||
{
|
||||
"name": "cart"
|
||||
},
|
||||
{
|
||||
"name": "cart-e"
|
||||
},
|
||||
{
|
||||
"name": "cart-m"
|
||||
},
|
||||
{
|
||||
"name": "cart-chem"
|
||||
},
|
||||
{
|
||||
"name": "cart-c"
|
||||
},
|
||||
{
|
||||
"name": "cart-h"
|
||||
},
|
||||
{
|
||||
"name": "cart-s"
|
||||
},
|
||||
{
|
||||
"name": "cart-clown"
|
||||
},
|
||||
{
|
||||
"name": "cart-a"
|
||||
},
|
||||
{
|
||||
"name": "cart-j"
|
||||
},
|
||||
{
|
||||
"name": "cart-q"
|
||||
},
|
||||
{
|
||||
"name": "cart-ord"
|
||||
},
|
||||
{
|
||||
"name": "cart-tear"
|
||||
},
|
||||
{
|
||||
"name": "cart-b"
|
||||
},
|
||||
{
|
||||
"name": "cart-lib"
|
||||
},
|
||||
{
|
||||
"name": "cart-eye"
|
||||
},
|
||||
{
|
||||
"name": "cart-mi"
|
||||
},
|
||||
{
|
||||
"name": "cart-hos"
|
||||
},
|
||||
{
|
||||
"name": "cart-ce"
|
||||
},
|
||||
{
|
||||
"name": "cart-cmo"
|
||||
},
|
||||
{
|
||||
"name": "cart-rd"
|
||||
}
|
||||
]
|
||||
}
|
||||