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
BIN
Resources/Textures/Objects/hand_tele.png
Normal file
BIN
Resources/Textures/Objects/hand_tele.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 B |
BIN
Resources/Textures/Objects/hand_tele.rsi/charging.png
Normal file
BIN
Resources/Textures/Objects/hand_tele.rsi/charging.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
33
Resources/Textures/Objects/hand_tele.rsi/meta.json
Normal file
33
Resources/Textures/Objects/hand_tele.rsi/meta.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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/device.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "charging",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ready",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
5.0,
|
||||
5.0
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/hand_tele.rsi/ready.png
Normal file
BIN
Resources/Textures/Objects/hand_tele.rsi/ready.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user