Project Ants
bitmapData ants that eat what they burrow through
♥0 |
Line 15 |
Modified 2015-02-06 08:39:12 |
MIT License
archived:2017-03-20 11:41:52
ActionScript3 source code
/**
* Copyright hemingway ( http://wonderfl.net/user/hemingway )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/7vTn
*/
package {
import flash.display.Sprite;
public class ProjectAnts extends Sprite {
public function ProjectAnts(){}
}
}
internal class Ant {
public function Ant(){}
}
internal class BasePixel {
public function BasePixel(){}
}
internal class TerrainPixel extends BasePixel {
public function TerrainPixel(){}
}