fogleman / Minecraft

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

Added function to fly up or down using space and shift key (in flying mode) #15

Closed ghost closed 11 years ago

ghost commented 11 years ago

In flying mode, I added keys to fly up (space key) or fly down (shift key) along y axis. I also fixed wrong inital rotation.