-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difficulty changes map size #470
Conversation
…onfig to store default map settings
/** | ||
* Initialise this Game Area to use the provided levelFactory without loading a saved state. | ||
* | ||
* @param levelFactory the provided levelFactory. | ||
* @param shouldLoad if the game should be loaded. | ||
* @param player the main player entity. | ||
*/ | ||
public GameController(GameArea gameArea, LevelFactory levelFactory, Entity player, Boolean shouldLoad) { | ||
this(gameArea, levelFactory, player, false, new MapLoadConfig()); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was unused
you may wanna decrease those to like 10 - 30 max |
@CameronBadman now 10 on easy, 20 medium, 30 hard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey this implementation is not good it violates the way configs work and methods should be ion main game screen please do not change anything in config, contact me for more questions. I will have to close this .
Description
Closes #469
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: