fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Split textures into their own files #100

Open r58Playz opened 5 years ago

progval commented 5 years ago

Why?

r58Playz commented 5 years ago

It would be much easier to add new textures, because all you would have to do is copy in the file and implement it.

Python-Sargent commented 1 year ago

for contributors creating issues on Github please describe your issue and add a description. Don't forget to not limit you issue to just an idea, it must be something that should be fixed. The reason the textures are on file is that is the way Minecraft does it.

See My Forked Project