Show HN: Minecraftmojo: My weekend JavaScript experiment
2 comments
I would disable the text selection like this:
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Great project. Looks Awesome.
Great project. Looks Awesome.
Thanks a ton for the tip! I ran into the text selection thing a bunch too and tried to fix it a couple ways that didn't work (z-index, etc) but your snippet works perfectly.
Glad you like it.
Glad you like it.
I am looking for some feedback on my latest project:
http://minecraftmojo.com/
Uses three.js (and jQuery) to offer a fun and easy way to browse minecraft texture packs.
Only works in WebGL enabled browsers!
Thanks for your time,
Morphanite