Add basic teleportation and portals (#269)
* Add basic teleportation and portals * Address PJB's feedback and minor cleanup
This commit is contained in:
committed by
Pieter-Jan Briers
parent
52a6d9ff43
commit
1f320eccd7
51
Resources/Textures/Effects/portal.rsi/meta.json
Normal file
51
Resources/Textures/Effects/portal.rsi/meta.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/237d8f7894617007d75c71d5d9feb4354c78debd/icons/obj/stationobjs.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "portal-pending",
|
||||
"directions": 1,
|
||||
"delays": [[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]]
|
||||
},
|
||||
{
|
||||
"name": "portal-unconnected",
|
||||
"directions": 1,
|
||||
"delays": [[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Effects/portal.rsi/portal-pending.png
Normal file
BIN
Resources/Textures/Effects/portal.rsi/portal-pending.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Effects/portal.rsi/portal-unconnected.png
Normal file
BIN
Resources/Textures/Effects/portal.rsi/portal-unconnected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user