-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Manager file and division between code and resources #38
Comments
Well, I reorganized the repository and it's ok. Working. Now I will finish the manager.py file. |
…DO create a file named defines.py, to change things like 'resources/images/textures.png' for '%s/textures.png' % images. TODO create other modes for update() in manager.py
Sent a pull request. |
boskee, could you delete the old files? When I moved the code to the src/ dir and the pictures to the resources/images/ dir, I didn't deleted the files from the root dir (actually I did, but I don't know how to clean the cache or whatever that take it from the github repository). |
You should use git mv command to move stuff around, eg: git mv textures.png resources/textures/ |
I get it. |
Not relevant to my fork. |
Guys, I am writing a script to manage some tasks (compile, clean, commit and etc.). I am also seprating code and resources.
My idea is to put into this form:
Minecraft/
LICENSE
TODO.md
README.md
manager.py
src/
--all .py files here
resources/
image/
--all image files here
sound/
--al sound files here
So, what do you think? I thinked about this because I still have a lot of difficult to use the Pyglet. So I'll try to contribute with something different (and need to present a project in the university about it =D).
The text was updated successfully, but these errors were encountered: