Portals & hand teleporter (#13266)
* basic system with portals & linked ents * hand tele sprites, no impl * hand tele and teleportation works * fancy it up * oog * special case projectiles * predict portal-to-portal teleportation * this stuff * check nullspace * sloth * give to rd instead * i guess this can probably happen * docs
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/237d8f7894617007d75c71d5d9feb4354c78debd/icons/obj/stationobjs.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "portal-pending",
|
||||
"name": "portal-blue",
|
||||
"delays": [[
|
||||
0.1,
|
||||
0.1,
|
||||
@@ -27,7 +27,26 @@
|
||||
]]
|
||||
},
|
||||
{
|
||||
"name": "portal-unconnected",
|
||||
"name": "portal-red",
|
||||
"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",
|
||||
"delays": [[
|
||||
0.1,
|
||||
0.1,
|
||||
@@ -46,4 +65,4 @@
|
||||
]]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
Resources/Textures/Effects/portal.rsi/portal.png
Normal file
BIN
Resources/Textures/Effects/portal.rsi/portal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user