Skip to content

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

Description

@4rchXceed

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions