Created
April 27, 2016 04:29
-
-
Save Lexty/5b69da20856e5131928fa11ee4f0a1af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($newGame) $resources->free(); | |
$s = FILEANAME + 3; | |
setLocation(); load(s); | |
$loadDiaog->process(); | |
try { setGamesColor(RED); } | |
catch(Exception $e) { reset(); } | |
while($notReady) { $objects->make(); | |
if ($resourceNotFound) break; } | |
/** bool */ result(); // change to int | |
music(); | |
$system->out->print(''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment