view testing.js @ 2:3bb2fada1594

Do not capture keys when not playing. Esc key now interrupts the game in any state.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 18 Feb 2016 01:08:13 +0300
parents
children
line source
1 define([
2 './deploy',
3 'amber_core/SUnit',
4 // --- packages used only during automated testing begin here ---
5 'amber-serpentron/Serpentron-Tests'
6 // --- packages used only during automated testing end here ---
7 ], function (amber) {
8 return amber;
9 });