Quote:
Originally Posted by 12171217
Surely only the clientside bytecode, though, right? And what's stopping you from removing them anyway?
|
Seems like it, and we could remove them but this is probably an idea/feature that needs to be run by Stefan first.
It'll probably just end up becoming a server option, iphoneenabled=true or something.
Developers don't really have to change their ways at all just:
- Limit yourself to a screen resolution of 480 by 320
- Make things more mouse driven
- Use if (player.platform == "iphone") where necessary.