-
Notifications
You must be signed in to change notification settings - Fork 136
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
Could not load graphics? #11
Comments
It seems you have to run it from the textures folder as the working folder. |
No luck with that either: |
you have to point your class path to the folder were the .class files are |
Just to keep up with all this mess move all the texture subfolders to the src folder :) |
@jchama That worked. Thanks. @lucasnpereira How is that done? Usually I use an IDE to manage my project structure so I'm not familiar with it. |
Not moving the character is normal right? Character just drops from the sky and after that, no user input is read? |
Check up on the man-pages of
For fixing errors, see #12 and BusyByte#1, but note that I'm not personally involved in the development of either. |
@raxod502 maybe add these compile instructions to readme.md 🤔 |
That would be nice. :| |
Done in 3a792f8. |
compile instructions don't work on windows, w/a is copying textures to |
Maybe Windows uses a different delimiter for the classpath. I wouldn't put it past them. |
https://i.imgur.com/vK4cg3s.png
Seems the project does not know about the textures folder?
The text was updated successfully, but these errors were encountered: