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

14 lines
459 B
JavaScript
Raw Normal View History

2015-05-05 11:56:35 +02:00
module.exports = {
'/prototype': 'index',
2015-08-04 18:59:24 +02:00
'/prototype/game': 'game',
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',
2015-08-24 17:13:14 +02:00
'/prototype/coin-checker/:scene': 'checker',
2015-07-23 17:19:53 +02:00
'/user-study': 'userstudy'
};