This file contains hidden or 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
package starling.extensions | |
{ | |
import flash.geom.Point; | |
import flash.geom.Rectangle; | |
import starling.display.Mesh; | |
import starling.rendering.IndexData; | |
import starling.rendering.VertexData; | |
import starling.textures.Texture; |
This file contains hidden or 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
<?xml version="1.0"?> | |
<flex-config xmlns="http://www.adobe.com/2006/flex-config"> | |
<compiler> | |
<external-library-path append="true"> | |
<path-element>anes/NativeAds.ane</path-element> | |
</external-library-path> | |
</compiler> | |
</flex-config> |
This file contains hidden or 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
<project name="Graphics Converter" default="atlasses.and.gafs" basedir=".."> | |
<!--путь к air sdk--> | |
<property name="flex.home" location="C:/Program Files (x86)/FlexSDK/AIR SDK" /> | |
<!--путь к pvr2atf--> | |
<property name="atf.tool" location="${flex.home}/atftools/pvr2atf.exe" /> | |
<!--путь к PVRTexToolCLI--> | |
<property name="pvr.tool" location="C:/Program Files/PowerVR/Tool/PVRTexTool/CLI/Windows_x86_32/PVRTexToolCLI.exe" /> | |
<!--путь к атласам в формате pvr--> |