/** * Hero title — RGUI as the fish itself, swimming in 3-D. * * The four characters are billboards (always facing the viewer) threaded * along a simulated swim path: R is the head, I is the tail. Each char keeps * its segment of the mascot crossover (#7 "dither current": 4-color * purple→gold, noise-threshold dither streaming head→tail — the exact math * behind assets/rgui-icon-*). Characters are drawn far-to-near, so on-screen * overlap follows the true front/back relationship of the body; when the * fish turns toward you the letters stack with R (and its eye, living in the * hole of the R) on top. Position history makes the body bend through turns. * Pure DOM; no dependency on the rgui library. */ export {}; //# sourceMappingURL=title.d.ts.map