This file contains 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
{ | |
"config": "flex", | |
"compilerOptions": { | |
"source-path": "src", | |
"output": "bin/MyProject.swf" | |
}, | |
"mainClass": "MyProject", | |
"modules": [ | |
{ | |
"file": "src/MyModule.mxml", |
This file contains 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
// ================================================================================================= | |
// | |
// Starling Framework | |
// Copyright 2011-2016 Gamua. All Rights Reserved. | |
// | |
// This program is free software. You can redistribute and/or modify it | |
// in accordance with the terms of the accompanying license agreement. | |
// | |
// ================================================================================================= |
This file contains 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
/** | |
* @preserve | |
* Adamia 3D Engine v0.1 | |
* Copyright (c) 2010 Adam R. Smith | |
* Licensed under the new BSD License: | |
* http://www.opensource.org/licenses/bsd-license.php | |
* | |
* Project home: http://code.google.com/p/adamia-3d/ | |
* | |
* Date: 01/12/2010 |