view config-node.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 // This file is used to make additional changes
2 // when building an app to run in node.js.
3 // Free to edit. You can break tests (cli test runner uses
4 // this to build itself - it is a node executable).
5 define("amber/Platform", ["amber_core/Platform-Node"], {});
6 define("amber/compatibility", ["amber/node-compatibility"], {});
7 define("jquery", {});