Skip to content
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

oi #93

Open
wants to merge 63 commits into
base: rooms
Choose a base branch
from
Open

oi #93

wants to merge 63 commits into from

Conversation

IltonBJSilva
Copy link

No description provided.

Michael Fogleman and others added 30 commits February 14, 2012 21:20
Changed the jump height to 0.65. This makes it a whole lot easier to jump onto blocks.

Changed the mouse sensitivity to 0.15. Having the mouse sensitivity too much higher than this is frustrating for the user, because the view window moves too quickly.
Improved jumping height and mouse sensitivity.
Added ctypes import to fix an error on my machine. Texture is now imported directly from PNG (removed base64 string code, included encode.py as it is not needed).
Minecraft jumps are a little slower.
I've tweaked textures to be more contrast and better-looking with fog.
Sand texture is now more vibrant and distinguishable from far. Sky
color and textures are more realistic and similar to original Minecraft.
Merge branch 'master' into blocks
Key bindings and mouse actions
"How to play" instructions in README
README update for Mac 32-bit issue #7, and installing git+pip on various platforms
jminardi and others added 29 commits April 3, 2013 01:33
Jumping sometimes fails to bring you up enough to climb a block. Increasing slightly the jump speed fixes this.
Add some documentation and make adding blocks work on OSX
Syntax highlighting added ✨
Fix Python 3 compatibility.
Adds support for HiDPI (Retina Macs)
Replaced all calls to time.clock() with time.perf_counter().

time.clock() has been removed from the time module in Python 3.8.
[Fix] time.clock() deprecated in Python 3.8
There is a small typo in main.py.

Should read `length` rather than `lenth`.
docs: fix simple typo, lenth -> length
@UwUBenUwU
Copy link

cool guy with crazy
abilities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet