From ab5106e978c8c3d5cd2f97f4da1fb9e4275d7f61 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 29 Jun 2026 20:28:08 -0400 Subject: Update --- crates/renderer/src/assets.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/renderer/src/assets.rs') diff --git a/crates/renderer/src/assets.rs b/crates/renderer/src/assets.rs index 4eb681a..042fc88 100644 --- a/crates/renderer/src/assets.rs +++ b/crates/renderer/src/assets.rs @@ -16,6 +16,7 @@ pub struct Assets { pub texture_operatop: texture::Texture, pub texture_operabottom: texture::Texture, pub texture_clippyborder: texture::Texture, + pub texture_exclusive: texture::Texture, } impl Assets { @@ -72,6 +73,7 @@ impl Assets { texture_operatop: texture::Texture::new(ctx, include_bytes!("assets/textures/operatop.png")), texture_operabottom: texture::Texture::new(ctx, include_bytes!("assets/textures/operabottom.png")), texture_clippyborder: texture::Texture::new(ctx, include_bytes!("assets/textures/clippyborder.png")), + texture_exclusive: texture::Texture::new(ctx, include_bytes!("assets/textures/exclusive.png")), } } } -- cgit v1.2.3