Skip to content

Commit

Permalink
Reset starting mission
Browse files Browse the repository at this point in the history
  • Loading branch information
brianyu28 committed Apr 18, 2021
1 parent 8aab9a6 commit 7a0c0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { CANVAS_WIDTH, CANVAS_HEIGHT } from '../game/constants';
import { remaining_blocks } from '../game/blocks';

// Skip certain sequences
const DEV_MODE = true;
const START_PLANET = 1;
const DEV_MODE = false;
const START_PLANET = 0;
const START_MISSION = 0;

const ACTION = {
Expand Down

0 comments on commit 7a0c0c4

Please sign in to comment.