-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
![]()
Metadata
Metadata
Assignees
Type
Projects
Status
Doing