change syncing
This commit is contained in:
parent
2e524c5c8c
commit
49ef29171a
2 changed files with 3 additions and 2 deletions
2
game.js
2
game.js
|
@ -203,7 +203,7 @@ class Game extends GameBasic {
|
|||
that.entities.push(new NPC(false, that))
|
||||
}
|
||||
|
||||
for (let i = 0; i < 10; i++) {
|
||||
for (let i = 0; i < 103; i++) {
|
||||
that.entities.push(new Shooter(false, that))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue