[object Object]

← back to Scarlet Riverboat Masquerade

Bears spread onto the boat decks too: 3 dancing bears join the revelers on deck (density-gated, beat-synced) alongside the shoreline troupe

ab9d551a2731ce02f4369d3853ad0418c0b695b0 · 2026-09-01 22:08:45 -0700 · Steve Abrams

Files touched

Diff

commit ab9d551a2731ce02f4369d3853ad0418c0b695b0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 1 22:08:45 2026 -0700

    Bears spread onto the boat decks too: 3 dancing bears join the revelers on deck (density-gated, beat-synced) alongside the shoreline troupe
---
 index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/index.html b/index.html
index c717101..1b76ebd 100644
--- a/index.html
+++ b/index.html
@@ -717,6 +717,12 @@ function populateDecks(deckDefs, accent){
     drawFigure(gx, d2.y+d2.h-2, 0.55, i*2.1, 'musician', accent);
   }
   if(density>0.5) drawFigure(0, d2.y+d2.h-2, 0.58, 1.1, 'solo', accent);
+  // dancing bears join the revelers up on deck
+  if(density>0.3){
+    bearCub(-d0.w+52, d0.y+d0.h-2, 0.42, S.t, 0.5, BEAR_COLORS[0]);
+    bearCub(d0.w-52,  d0.y+d0.h-2, 0.42, S.t, 2.2, BEAR_COLORS[3]);
+    bearCub(0,        d1.y+d1.h-2, 0.40, S.t, 4.0, BEAR_COLORS[2]);
+  }
 }
 
 // Overhead camera: top-down of the circle around the smokestack

← 7a9cd0e Add Dancing Bears slider (1-10): user-sized troupe auto-dist  ·  back to Scarlet Riverboat Masquerade  ·  Collapse all control panels on load; add master ☰ Controls t cf28d81 →