mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
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:
@@ -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');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user