48495051525354555657
physics.setWidth(projectileWidth); physics.setHeight(projectileHeight); this.bus.broadcast(new ComponentAddition(physics)); this.bus.send(new SpeedChange(0.4), projectileId); //TODO: weapon type will determine launch speed and launch image }