Skip to content

Server-side support for teleport pads: 5 points #272

@nataliavelez

Description

@nataliavelez

As an experimenter, I can hard-code the location of teleport pads that enable players to transmit objects across walls.

For example, this map configuration

[[p1c1, 0, 1, t3, w, t3, 0, 0, 0, 0],
[0, 0, 1, 1, 0, w, 0, 0, 0, 0],
[1, 0, 0, 1, 0, w, 0, 0, 0, 0],
[t1, 0, 0, t2, 0, w, 0, 0, 0, 0],
[w, w, w, w, w, w, w, w, w, w],
[t1, 0, 0, 0, 0, w, t2, 0, 0, 0],
[0, 0, 0, 0, 0, w, 0, 0, 0, 0],
[0, 0, 0, 0, 0, w, 0, 0, 0, 0],
[0, 0, 0, 0, 0, w, 0, 0, 0, 0],
[0, 0, 0, 0, 0, w, 0, 0, 0, 0]]

Should produce this map, which has teleport pads that transport objects in the directions indicated by the arrows:
image

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Doing

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions