I tried 'snappier' and it was a bad idea, so now you don't have to

it basically skips the first frame of each turn-based movement. it's not TERRIBLE but the smooth movement is already really nice, we don't need to change it
This commit is contained in:
Timothy Stiles 2020-10-14 23:13:38 +11:00
parent 4388402850
commit 9e53aa75a0

View File

@ -796,7 +796,7 @@ class Player extends PrimaryView {
}
}
else //TODO: or `if (!this.waiting_for_input)` to be snappier
else
{
this.level.advance_tic(
primary_dir,