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:
Kara
2023-01-02 19:58:25 -06:00
committed by GitHub
parent a21a4711b6
commit c821ca71aa
23 changed files with 592 additions and 3 deletions

View File

@@ -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 @@
]]
}
]
}
}

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB