#Cannot find value time in this scope
10 messages · Page 1 of 1 (latest)
you fix it by not using a value that doesn't exist
with what little you've shown, that's really the only answer we can give you here
heres the line of code if u want it: ``transform.translation += direction * PLAYER_SPEED * time.delta_seconds();`
im getting an error on the time part
and why are you expecting there to be a time value that you can use?
idk bc it was in the tutorial??? it was a tutorial for bevy 0.10 so something probably changed