Browse Source

Bugfix: right start level

Fabrice Ecaille 12 năm trước cách đây
mục cha
commit
70ace5ae40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/spaceinvaders-core.js

+ 1 - 1
js/spaceinvaders-core.js

@@ -10,7 +10,7 @@
 
 Game = {
 	running : false,
-	wave_index : 0,
+	wave_index : -1,
 	wave : undefined,
 	aliens : [],
 	ship : null,