summaryrefslogtreecommitdiff
path: root/2026/framing/src/game.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-29 14:11:30 -0400
committerLLLL Colonq <llll@colonq>2026-05-29 14:11:30 -0400
commit7409691cb134eef99a7d9e53b57a1cba41a7ca09 (patch)
treee8266dee856f98a4d7c45a75f4cf395b003c5fa4 /2026/framing/src/game.rs
parent6b1414844728328cf091cd942597d72fad2133d7 (diff)
Fix transparency
Diffstat (limited to '2026/framing/src/game.rs')
-rw-r--r--2026/framing/src/game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/2026/framing/src/game.rs b/2026/framing/src/game.rs
index 59e9697..b704b49 100644
--- a/2026/framing/src/game.rs
+++ b/2026/framing/src/game.rs
@@ -46,7 +46,7 @@ impl teleia::state::Game for Game {
Ok(())
}
fn render(&mut self, ctx: &context::Context, st: &mut state::State) -> Erm<()> {
- ctx.clear_color(glam::Vec4::new(0.0, 0.0, 0.0, 0.0));
+ ctx.clear_color(glam::Vec4::new(1.0, 0.0, 0.0, 0.5));
ctx.clear();
self.assets.font.render_text_at(
ctx, st,