Extending an extended class (ES5 vs ES6)

The super() arguments for Container are wrong. They should be

super(scene, x, y, heroes);
1 Like