Skip to content

Commit

Permalink
Nested Transform2D update
Browse files Browse the repository at this point in the history
  • Loading branch information
robsilv committed Sep 6, 2013
1 parent 69a83a5 commit 0728101
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 74 deletions.
6 changes: 5 additions & 1 deletion Cadet2D_AIR/.actionScriptProperties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</excludedEntries>
</libraryPathEntry>
<libraryPathEntry kind="3" linkType="1" path="/CoreApp/bin/CoreApp.swc" useDefaultLinkType="false"/>
<libraryPathEntry kind="3" linkType="1" path="lib/CoreEditor.swc" useDefaultLinkType="false"/>
<libraryPathEntry kind="1" linkType="1" path="lib"/>
</libraryPath>
<sourceAttachmentPath/>
</compiler>
Expand All @@ -49,6 +49,10 @@
<airSettings airCertificatePath="" airTimestamp="true" anePathSet="true" version="1">
<airExcludes/>
<anePaths/>
<newLaunchParams/>
<modifiedLaunchParams/>
<newPackagingParams/>
<modifiedPackagingParams/>
</airSettings>
<actionScriptSettings version="1"/>
</buildTarget>
Expand Down
Binary file modified Cadet2D_AIR/bin-debug/Cadet2D_AIR.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Box2D.swf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Geom.swf
Binary file not shown.
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Main.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_HungryHero.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_Main.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/Default_Ext.swf
Binary file not shown.
140 changes: 70 additions & 70 deletions Cadet2D_AIR/bin-debug/extensions/fileTemplates/motorbike.cdt2d

Large diffs are not rendered by default.

Binary file modified Cadet2D_AIR/lib/CoreEditor.swc
Binary file not shown.
6 changes: 3 additions & 3 deletions Cadet2D_AIR/src/Cadet2D_AIR.as
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package

import core.app.CoreApp;
import core.app.util.AsynchronousUtil;
import core.editor.operations.s_ebl;
import core.editor.operations.f_lube;
import core.editor.ui.components.SplashScreen;

[SWF(backgroundColor="#15181A", frameRate="60")]
Expand Down Expand Up @@ -62,11 +62,11 @@ package
{
CoreApp.init();

var initOperation:s_ebl = new s_ebl( stage, configURL );
var initOperation:f_lube = new f_lube( stage, configURL );
initOperation.addEventListener(Event.COMPLETE, initCompleteHandler);
initOperation.execute();

splashScreen.l_nzu(initOperation);
splashScreen.v_gfmi(initOperation);
}

private function initCompleteHandler( event:Event ):void
Expand Down

0 comments on commit 0728101

Please sign in to comment.