From c43500f38a437491b46ec7d3c698a0619518e622 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Tue, 16 Feb 2016 15:36:03 -0800 Subject: [PATCH] added textures field to particle explorer --- examples/html/entityProperties.html | 45 ------------------- .../particle_explorer/particleExplorer.js | 3 +- 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index d8e5451ff8..792dab8c4b 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1500,51 +1500,6 @@ - -
- -
- -
- Is Emitting - - - -
-
-
Max Particles
-
- -
-
-
-
Particle Life Span
-
- -
-
-
-
Particle Emission Rate
-
- -
-
-
-
Particle Radius
-
- -
-
-
-
Textures
-
- -
-
- - - -
diff --git a/examples/particle_explorer/particleExplorer.js b/examples/particle_explorer/particleExplorer.js index 41f08a9f7e..b9f2ca7c8b 100644 --- a/examples/particle_explorer/particleExplorer.js +++ b/examples/particle_explorer/particleExplorer.js @@ -62,7 +62,8 @@ var keysToAllow = [ 'alphaSpread', 'alphaStart', 'alphaFinish', - 'emitterShouldTrail' + 'emitterShouldTrail', + 'textures' ]; var individualKeys = [];