Dim Dim %!s(int64=6) %!d(string=hai) anos
pai
achega
fe4ee8d057
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Game/views/Menu.js

+ 1 - 1
src/Game/views/Menu.js

@@ -7,7 +7,7 @@ class Menu extends PIXI.Container{
 		this.stage = app.stage;
 		this.buttons = require('./menuConfigs/'+config).default || [];
 		this.calculatePositions();
-		this.buttons.forEach((e,i) => this.addChild(e));
+		this.buttons.forEach((e) => this.addChild(e));
 		this.test = "dsa";
 		this.position.set(app.screen.width/2, app.screen.height/2);
 	}