Skip to content

Commit 0110c57

Browse files
committed
Initial commit of early beta
1 parent ac9bc20 commit 0110c57

File tree

480 files changed

+53435
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+53435
-2
lines changed

.actionScriptProperties

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<actionScriptProperties analytics="false" mainApplicationPath="Designer.as" projectUUID="5eff7f8b-d411-4afd-9ae2-bdf125418538" version="11">
3+
<compiler additionalCompilerArguments="-locale en_US&#13;&#10;-define SCRATCH::allow3d true" autoRSLOrdering="true" copyDependentFiles="true" flexSDK="Apache Flex 4.11.0 FP 11.6 AIR 3.6 en_US" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
4+
<compilerSourcePath/>
5+
<libraryPath defaultLinkType="0">
6+
<libraryPathEntry kind="4" path="">
7+
<excludedEntries>
8+
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/flex.swc" useDefaultLinkType="false"/>
9+
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/core.swc" useDefaultLinkType="false"/>
10+
</excludedEntries>
11+
</libraryPathEntry>
12+
<libraryPathEntry kind="1" linkType="1" path="libs"/>
13+
</libraryPath>
14+
<sourceAttachmentPath/>
15+
</compiler>
16+
<applications>
17+
<application path="Designer.as">
18+
<airExcludes/>
19+
</application>
20+
</applications>
21+
<modules/>
22+
<workers/>
23+
<buildCSSFiles/>
24+
<flashCatalyst validateFlashCatalystCompatibility="false"/>
25+
<buildTargets>
26+
<buildTarget buildTargetName="default" platformId="default">
27+
<airSettings airCertificatePath="" airTimestamp="true" anePathSet="true" version="1">
28+
<airExcludes/>
29+
<anePaths/>
30+
<newLaunchParams/>
31+
<modifiedLaunchParams/>
32+
<newPackagingParams/>
33+
<modifiedPackagingParams/>
34+
</airSettings>
35+
<actionScriptSettings version="1"/>
36+
</buildTarget>
37+
</buildTargets>
38+
</actionScriptProperties>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
3+
<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AUTO_TARGETS" value="build-debug,"/>
4+
<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="build-debug,"/>
5+
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
6+
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
7+
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
8+
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
9+
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
10+
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Designer"/>
11+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Designer/Designer-copyMedia.xml}"/>
12+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
13+
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
14+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Designer}"/>
15+
</launchConfiguration>

.flexProperties

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<flexProperties enableServiceManager="false" flexServerFeatures="0" flexServerType="0" toolCompile="true" useServerFlexSDK="false" version="2"/>

.gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# OS generated files #
2+
######################
3+
.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
Icon?
9+
ehthumbs.db
10+
Thumbs.db
11+
12+
# Game Snap files #
13+
#########################
14+
!.project
15+
*.iml
16+
local.properties
17+
.idea/
18+
.settings/
19+
bin/
20+
bin-debug/
21+
bin-release/
22+
html-template/
23+
libs/RenderIn3D.swf
24+
certificate/cert.p12
25+
!*.json
26+
!src/assets/icons
27+

.project

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Designer</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.adobe.flexbuilder.project.flexbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.adobe.flexbuilder.project.apollobuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
20+
<triggers>auto,full,incremental,</triggers>
21+
<arguments>
22+
<dictionary>
23+
<key>LaunchConfigHandle</key>
24+
<value>&lt;project&gt;/.externalToolBuilders/Copy Media Directory Builder.launch</value>
25+
</dictionary>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.adobe.flexbuilder.project.apollonature</nature>
31+
<nature>com.adobe.flexbuilder.project.flexnature</nature>
32+
<nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
33+
</natures>
34+
</projectDescription>

0 commit comments

Comments
 (0)