afegida la opció de controlar el autofire
This commit is contained in:
@@ -424,6 +424,8 @@ void Director::loadParams()
|
||||
|
||||
loadParam(param, asset->get("param.txt"));
|
||||
|
||||
// Modifica las opciones desde el fichero de parametros
|
||||
options->game.autofire = param->autofire;
|
||||
options->video.window.width = options->video.window.size * param->gameWidth;
|
||||
options->video.window.height = options->video.window.size * param->gameHeight;
|
||||
options->video.gameWidth = param->gameWidth;
|
||||
|
||||
Reference in New Issue
Block a user