From fce038b7acf78b57709a52d893c15068121cd5dc Mon Sep 17 00:00:00 2001 From: "Elijah C. Voigt" Date: Sun, 29 Oct 2023 19:58:09 -0700 Subject: [PATCH] correct credits file name --- src/credits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/credits.rs b/src/credits.rs index 2b6489f..7b410d2 100644 --- a/src/credits.rs +++ b/src/credits.rs @@ -101,7 +101,7 @@ fn init_credits_ui(mut commands: Commands, server: Res) { }, )) .with_children(|parent| { - let handle: Handle = server.load("marian-chess.credits.txt"); + let handle: Handle = server.load("martian-chess.credits.txt"); parent.spawn(( handle.clone(),