4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(104000004, 1);
|
|
} |