js13kgames2017-muri/src/room_end.js
2017-09-13 22:59:35 +02:00

4 lines
56 B
JavaScript

(function() {
muri.rooms.push({name: 'end'});
}());