OSEC

by hemingway
WIP
♥0 | Line 10 | Modified 2015-10-30 00:28:31 | MIT License
play

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/U374
 */

package {
    import flash.display.Sprite;
    
    [SWF(frameRate="60", width="465", height="465")]
    public class OSEC extends Sprite {
        private static const BACKGROUND_COLOR:uint = 0x463d32;
        private static var _backgroundSprite:Sprite;
        
        public function OSEC() {

        }
    }
}