
Changed menu layout. Added options for controls. Removed multiplayer button. Added multiple game modes, only time trial is different for now. Added fallback for particle errors. Lots of bug fixes in menu. Added camera stopping at edge of level. Added support for mobiles devices. Fixed jump sound. Fixed graphics for browsers other than Chrome. Other changes too.
6 lines
No EOL
93 B
PHP
6 lines
No EOL
93 B
PHP
<?php
|
|
$online = false;
|
|
if($online){
|
|
$server = 'sint.comli.com'
|
|
}
|
|
$con = msqli_connect() |