diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-04 18:49:58 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-04 18:50:57 -0400 |
| commit | 2a8b8e6392d87247a5e7b73773daeece98fa0a73 (patch) | |
| tree | 60ba094d9e3d47c9695af32aa4b7ce9f9a8695c3 /crates/renderer/src/overlay.rs | |
| parent | 5bdcffbe94fdc3ce9a12b3ae61e7bff3bcb2f17a (diff) | |
Update
Diffstat (limited to 'crates/renderer/src/overlay.rs')
| -rw-r--r-- | crates/renderer/src/overlay.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/renderer/src/overlay.rs b/crates/renderer/src/overlay.rs index 90c2016..40775af 100644 --- a/crates/renderer/src/overlay.rs +++ b/crates/renderer/src/overlay.rs @@ -6,6 +6,7 @@ pub mod tcg; pub mod loopback; pub mod clippy; pub mod combo; +pub mod asset; use redis::Commands; use teleia::*; @@ -95,6 +96,8 @@ impl State { b"overlay clippy border on", b"overlay clippy border off", b"overlay combo message", + b"overlay asset display", + b"overlay asset clear", ]).expect("failed to connect to bus"), texture_server: texture_server::Server::new(ctx), tracking: Tracking { |
