Give editor free flight

Hold down dash to test jump arcs
This commit is contained in:
RedEnchilada 2016-05-09 23:13:30 -05:00
parent 879193a23d
commit c27116a75e

View file

@ -50,7 +50,7 @@ Dolphin = function(level, axis, position, z) {
doCharge();
doFlips();
if (dolphin.position.z < 0) {
if (dolphin.position.z < 0 && !(level.editor && !Input.held("dash"))) {
doFalling();
} else {
doControls();