Skip to content
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

Example of a help screen #37

Merged
merged 2 commits into from
Apr 27, 2018
Merged

Example of a help screen #37

merged 2 commits into from
Apr 27, 2018

Conversation

benmoran56
Copy link
Collaborator

I created an example help screen, in the form of a "HelpScene".
An in-game inventory screen could work the same way.

There are many things we could change or improve.

  1. I just made some sample pyglet.text.Labels for the text. We could add sprites to make it look better.
  2. Instead of plain text/sprites, we could create some graphics, such as a fancy box to display the text/sprites in.
  3. The background is cleared (to the default blue color). We could display the game graphics in the background, instead of clearning the screen.

@XenonLab-Studio
Copy link
Owner

@benmoran56 Yes, a nice frame in PNG with a pixelated font I think is a good idea. I add everything to the list of graphic content that I'm making.

@XenonLab-Studio XenonLab-Studio merged commit 139c3aa into XenonLab-Studio:master Apr 27, 2018
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.

None yet

2 participants