Give editor free flight
Hold down dash to test jump arcs
This commit is contained in:
parent
879193a23d
commit
c27116a75e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue