Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/STRESS-TV.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ call counts — without it you only get the bottom-left count/tier HUD.
| Left / Right | cycle scene tier (rect → +image → +text → full card) |
| Enter (OK) | toggle an alpha pulse on every card (per-frame churn) |

Ladder: 50, 100, 200, 400, 800, 1200, 1600, 2000, 3000
Ladder: 50, 100, 200, 400, 800, 1200, 1600, 2000
(scaled by `?multiplier=N`).

## Method
Expand Down
2 changes: 1 addition & 1 deletion examples/tests/stress-tv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const IMAGES = [lightning, rocko, testscreen, robot, environment, elevator];

// Card-count ladder. Up/Down move one rung so the whole range is reachable in
// a handful of remote presses from the couch.
const COUNT_LADDER = [50, 100, 200, 400, 800, 1200, 1600, 2000, 3000];
const COUNT_LADDER = [50, 100, 200, 400, 800, 1200, 1600, 2000];

const TIER_NAMES = [
'1: rounded rect only',
Expand Down
Loading