fogleman / Minecraft

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

Add simple loading screen #74

Open m1c0l opened 8 years ago

m1c0l commented 8 years ago

It takes a long time to initially draw all the blocks, so I've added a simple "Loading..." label that covers the screen during the first draw loop.