Skip to content

Commit 90bdaf9

Browse files
committed
Merge branch 'updateMaster' of https://github.com/UTD-CRSS/app.exploreapollo.org into updateMaster
2 parents 58ed823 + 1fb0154 commit 90bdaf9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/containers/Game/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import LunarLander from "../../../static/lunar_lander.png";
55
import Asteroid from "../../../static/asteroid.png";
66
import Explosion from "../../../static/explosion.gif";
77

8-
const DOWN = 83//74;
9-
const UP = 87//75;
8+
const DOWN = 83;//74;
9+
const UP = 87;//75;
1010
const INCREMENT = 10;
1111
const ROCK_INCREMENT = 0.5;
1212
const ROCK_WIDTH = 20;

0 commit comments

Comments
 (0)