-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
322 additions
and
83 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<xml> | ||
<applicationID><![CDATA[cadet2D]]></applicationID> | ||
|
||
<fileSystemProvider environment="air" type="local" id="cadet.local" label="Cadet2D.local" folderName="Cadet2D" /> | ||
<fileSystemProvider environment="browser" type="sharedObject" id="cadet.sharedObject" label="Cadet2D.so" /> | ||
<fileSystemProvider environment="browser" type="url" id="cadet.url" label="Cadet2D.url" baseURL="files" /><!--visible="false" />--> | ||
|
||
<extension url="extensions/Default_Ext.swf" /> | ||
<extension url="extensions/CadetEditor_Ext.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_Main.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Main.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Geom.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Geom_Main.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Box2D.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Box2D_Main.swf" /> | ||
<extension url="extensions/CadetEditor_Ext_2DS_Box2D_Vehicle.swf" /> | ||
|
||
<manifest> | ||
<url><![CDATA[extensions/manifests/Core.xml]]></url> | ||
</manifest> | ||
|
||
<manifest> | ||
<url><![CDATA[extensions/manifests/Cadet.xml]]></url> | ||
</manifest> | ||
|
||
<manifest> | ||
<url><![CDATA[extensions/manifests/Cadet2D.xml]]></url> | ||
</manifest> | ||
|
||
<manifest> | ||
<url><![CDATA[extensions/manifests/Cadet2DBox2D.xml]]></url> | ||
</manifest> | ||
|
||
<manifest> | ||
<url><![CDATA[extensions/manifests/Cadet2DBox2DVehicles.xml]]></url> | ||
</manifest> | ||
|
||
<!-- File templates --> | ||
|
||
<template> | ||
<label><![CDATA[Barebones 2D]]></label> | ||
<description><![CDATA[Creates a blank Cadet Editor scene with a Renderer2D.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/barebones2DS.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
<template> | ||
<label><![CDATA[Barebones 2D with Physics]]></label> | ||
<description><![CDATA[Creates a Cadet Editor scene with a Renderer2D and a Physics Process.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/barebones2DSPhysics.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
<template> | ||
<label><![CDATA[Particles Demo]]></label> | ||
<description><![CDATA[A few examples of particle systems.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/particles.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
<template> | ||
<label><![CDATA[Lava Demo]]></label> | ||
<description><![CDATA[A lava demo using graphics, shaders and bezier curves.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/lava.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
<template> | ||
<label><![CDATA[Physics Demo]]></label> | ||
<description><![CDATA[A simple physics demo using Cadet2DBox2D.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/simple_physics_demo.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
<template> | ||
<label><![CDATA[Motorbike Demo]]></label> | ||
<description><![CDATA[A simple motorbike demo using Cadet2DBox2DVehicles.]]></description> | ||
<url><![CDATA[extensions/fileTemplates/motorbike.cdt2d]]></url> | ||
<icon>cadetEditor.assets.CadetEditorIcons::BlankTemplateIcon</icon> | ||
</template> | ||
|
||
</xml> |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-330 Bytes
(100%)
editor2d/browser/extensions/CadetEditor_Ext_2DS_Box2D.swf
Binary file not shown.
Binary file modified
BIN
+4.84 KB
(100%)
editor2d/browser/extensions/CadetEditor_Ext_2DS_Box2D_Main.swf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+6.59 KB
(100%)
editor2d/browser/extensions/CadetEditor_Ext_2DS_Geom_Main.swf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
2 changes: 1 addition & 1 deletion
2
editor2d/browser/extensions/fileTemplates/barebones2DSPhysics.cdt2d
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
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
Oops, something went wrong.