-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I managed to get your game working again and it's incredible, how long did it take you?
- 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() - 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request