Skip to content

highlighting fix in building_2d_games/Chapter 11 #126

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

Closed
wants to merge 3 commits into from

Conversation

Omar-Gebal
Copy link
Contributor

Here it indicates that using MonoGameLibrary.Graphics; is the new line while using MonoGameLibrary.Input; is the actual new line, it is kinda silly I know but thought why not fix it

@Omar-Gebal
Copy link
Contributor Author

Ok I have noticed all the highlighting in the file is one line off so I am going to fix that now too

The highlighting was 1 line off in one snippet
@Omar-Gebal
Copy link
Contributor Author

I just noticed that in the Updating Game1 Class section there is a change not applied.
Where it says:
image

but it still uses the old method as shown here
image

I think this requires to call ExitOnEscape = true; in the Initialize() method in the Game1 class. and removing it from the Update method (Which I tested and it works), I noticed that this is not corrected in the chapters ahead though, I can open a new pull request and put in the effort to fix it if you give me the greenlight

@SimonDarksideJ
Copy link
Collaborator

Thanks but looks like these changes were already picked up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants