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

Hello, I recommend an update of... #4

Open
ATLAbanana35 opened this issue Sep 30, 2023 · 2 comments
Open

Hello, I recommend an update of... #4

ATLAbanana35 opened this issue Sep 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ATLAbanana35
Copy link

I managed to get your game working again and it's incredible, how long did it take you?

  1. Delete opengles from the imports, it is useless and it no longer exists, 2. replace:
    image = pyglet.image.load(d + '/' + file) texture = image.get_mipmapped_texture()
    with:
    if file!="pycrafthd.png": image = pyglet.image.load(d + '/' + file) texture = image.get_mipmapped_texture()
  2. Replace the main font with another (for me it did not load (uner error)) and finally (important) put an alternative to the vision control with the arrows (the mouse barely works and it's very annoying), sorry if my English is not very good I use google translate (I'm French)

Thanks

@ATLAbanana35 ATLAbanana35 added the enhancement New feature or request label Sep 30, 2023
@siyam-web
Copy link

please give a updated version

@ATLAbanana35
Copy link
Author

please give a updated version

Sorry, I tried, but the prroject is too old and I think the dependecie "opengles" has been deleted

Thanks

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

No branches or pull requests

3 participants