diff --git a/script/world.js b/script/world.js index 0e81465..2b2f621 100644 --- a/script/world.js +++ b/script/world.js @@ -821,5 +821,9 @@ var World = { setTitle: function() { document.title = 'A Barren World'; + }, + + copyPos: function(pos) { + return [pos[0], pos[1]]; } }; \ No newline at end of file