Merge branch 'main' of https://gitea.elijah.run/pop/martian-chess into selection-refactor

selection-refactor
Elijah Voigt 2 years ago
commit b0f9e2ca19

@ -101,7 +101,7 @@ fn init_credits_ui(mut commands: Commands, server: Res<AssetServer>) {
}, },
)) ))
.with_children(|parent| { .with_children(|parent| {
let handle: Handle<CreditsText> = server.load("marian-chess.credits.txt"); let handle: Handle<CreditsText> = server.load("martian-chess.credits.txt");
parent.spawn(( parent.spawn((
handle.clone(), handle.clone(),

Loading…
Cancel
Save