fogleman / Minecraft

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

Use left shift to run and if is not pressed then walk. #89

Open jakubthedeveloper opened 6 years ago

jakubthedeveloper commented 6 years ago

I added possibility to switch player movement speed between walk and run (in no-flying mode)

progval commented 6 years ago

Thanks for the PR!

There is already a very similar one: #86