Head select (#4)

This commit is contained in:
extrawurst
2025-03-07 13:22:11 +01:00
committed by GitHub
parent 323e644ff4
commit 76e565e567
20 changed files with 252 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ fn toggle_animation(
keys: Res<ButtonInput<KeyCode>>,
mut animation_index: Local<u32>,
) {
if keys.just_pressed(KeyCode::KeyE) {
if keys.just_pressed(KeyCode::KeyT) {
for (mut transition, mut player) in &mut transitions {
transition
.play(