fix spacebar capture

This commit is contained in:
ZappoMan 2014-02-05 13:26:46 -08:00
parent 98967189ac
commit 3e08a0b48b

View file

@ -275,6 +275,9 @@ function cleanupGame() {
if (missileFired) {
Particles.deleteParticle(myMissile);
}
Controller.releaseKeyEvents({text: " "});
Script.stop();
}
Script.scriptEnding.connect(cleanupGame);