Head select (#4)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user