Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed Jan 27, 2024
1 parent 5532c38 commit 40e5142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/plane/game/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var LIGHT_SRC = PERFIX_SRC + 'gun.png'
var PLAYER_SPEED = 20
var BULLET_SPEED = 20
var MAX_ROCK_SPEED_X = 3
var MIN_ROCK_SPEED_Y = 5
var MIN_ROCK_SPEED_Y = 3
var VAR_ROCK_SPEED_Y = 3

var BULLET_CREATE_INTERVAL = 100
Expand Down

0 comments on commit 40e5142

Please sign in to comment.