{
keyboard_map = Config.getKeyboardMap(Config.KeyboardType.K7);
keyboard_misc = Config.getKeyboardMisc();
window = ResourceFactory.get().getGameWindow();
soundSystem = new FmodExSoundSystem(opt.getBufferSize());
soundSystem.setMasterVolume(opt.getMasterVolume());
soundSystem.setBGMVolume(opt.getBGMVolume());
soundSystem.setKeyVolume(opt.getKeyVolume());
entities_matrix = new EntityMatrix();