about summary refs log tree commit diff stats
path: root/html/tower/js/gameState.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/tower/js/gameState.js')
-rw-r--r--html/tower/js/gameState.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/tower/js/gameState.js b/html/tower/js/gameState.js
index b7dc33b..9da8474 100644
--- a/html/tower/js/gameState.js
+++ b/html/tower/js/gameState.js
@@ -67,6 +67,12 @@ const ParticleTypes = {
         finalRadius: 60,
         color: '#d35400',
         ringWidth: 3
+    },
+    SLIME_TRAIL: {
+        lifetime: 800,
+        color: '#27ae60',  // Same as Goop tower
+        size: 12,
+        fadeStart: 0.2     // When the fade should begin (percentage of lifetime)
     }
 };