3d-interface/controllers/prototype/urls.js

16 lines
525 B
JavaScript
Raw Normal View History

2015-05-05 11:56:35 +02:00
module.exports = {
'/prototype': 'index',
'/prototype/arrows': 'arrows',
'/prototype/viewports': 'viewports',
2015-07-29 11:04:38 +02:00
'/prototype/empty': 'empty',
2015-05-19 15:43:09 +02:00
'/prototype/reverse': 'reverse',
2015-05-20 11:17:14 +02:00
'/prototype/replay': 'replay_index',
2015-05-19 15:43:09 +02:00
'/prototype/replay/:id': 'replay',
2015-05-26 11:49:24 +02:00
'/prototype/replay_info/:id': 'replay_info',
2015-06-11 11:47:44 +02:00
'/prototype/tutorial': 'tutorial',
2015-07-17 11:32:57 +02:00
'/prototype/sponza': 'sponza',
2015-07-20 15:48:44 +02:00
'/prototype/coin-creator/:scene': 'clicker',
2015-07-23 17:19:53 +02:00
'/prototype/coin-viewer/:scene': 'viewer',
'/user-study': 'userstudy'
};