Skip to content

Commit

Permalink
- Removed deprecated or obsolete property "maxParticles";
Browse files Browse the repository at this point in the history
- Added project related files (IntelliJ);

- Make sure to use latest MASTER Branch of Starling Framework to compile;

- You need Starling Extension "Starling-Extension-Particle-System";

- Added mousewheel handler to "Slider" component for finetuning values. Use the following keys to adjust step size:
Default: +/- 1
CRTL Key: +/- .1
SHIFT Key: +/- 10
  • Loading branch information
2jfw committed Feb 6, 2021
1 parent 90ff447 commit bbfb7f3
Show file tree
Hide file tree
Showing 7 changed files with 1,172 additions and 962 deletions.
17 changes: 13 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Starling-Particle-Editor.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<configuration name="Starling-Particle-Editor" target-platform="Desktop" pure-as="true" main-class="Main" output-file="Starling-Particle-Editor.swf" output-folder="$MODULE_DIR$/out">
<dependencies>
<entries>
<entry library-id="f9d75e75-dc0b-4847-92bf-4969503c66e6">
<entry library-id="f467200a-5e1b-44b0-bc2d-16813da5d485">
<dependency linkage="Merged" />
</entry>
<entry library-id="f467200a-5e1b-44b0-bc2d-16813da5d485">
<entry library-id="653f829e-fe04-438d-a4e1-17e822690b33">
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="33.1.1.345" />
</dependencies>
<compiler-options />
<packaging-air-desktop package-file-name="Starling-Particle-Editor" />
<packaging-air-desktop use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/Main-app.xml" package-file-name="Starling-Particle-Editor" />
<packaging-android />
<packaging-ios />
</configuration>
Expand All @@ -31,19 +31,19 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="f9d75e75-dc0b-4847-92bf-4969503c66e6" />
<properties id="f467200a-5e1b-44b0-bc2d-16813da5d485" />
<CLASSES>
<root url="jar://$STARLING_FRAMEWORK$/starling/bin/starling.swc!/" />
<root url="file://$MODULE_DIR$/../Starling-Extension-Particle-System/src" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library type="flex">
<properties id="f467200a-5e1b-44b0-bc2d-16813da5d485" />
<properties id="653f829e-fe04-438d-a4e1-17e822690b33" />
<CLASSES>
<root url="file://$MODULE_DIR$/../Starling-Extension-Particle-System/src" />
<root url="file://$MODULE_DIR$/../Starling-Framework/starling/src" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand Down
4 changes: 2 additions & 2 deletions src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!--<fullScreen></fullScreen>-->

<!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto -->
<!--<renderMode></renderMode>-->
<renderMode>direct</renderMode>

<!-- Whether the default direct mode rendering context allocates storage for depth and stencil buffers. Optional. Default false. -->
<!--<depthAndStencil></depthAndStencil>-->
Expand All @@ -108,7 +108,7 @@
<!--<softKeyboardBehavior></softKeyboardBehavior>-->

<!-- Display Resolution for the app (either "standard" or "high"). Optional, OSX-only. Default "standard" -->
<!-- <requestedDisplayResolution></requestedDisplayResolution> -->
<requestedDisplayResolution>high</requestedDisplayResolution>
</initialWindow>

<!-- We recommend omitting the supportedProfiles element, which in turn permits your application to be deployed to all devices supported by AIR.
Expand Down
Loading

0 comments on commit bbfb7f3

Please sign in to comment.