TileSprites are now much more tidy and can run from a frame in a texture. They can also be animated. New TileSprite.autoScroll function added.

This commit is contained in:
photonstorm
2014-02-13 23:13:10 +00:00
parent 5bbb7e390b
commit 35e4c03bad
34 changed files with 1116 additions and 42 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
require('list.php');
if ($_SERVER['SERVER_NAME'] == '192.168.0.100')
{
require('view_local.php');
}
else
{
require('view_remote.php');
}
?>