From 9e53aa75a0ccd73904dbac5a447a0bda5ad545bf Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Wed, 14 Oct 2020 23:13:38 +1100 Subject: [PATCH] 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 --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 090b8e2..adf0453 100644 --- a/js/main.js +++ b/js/main.js @@ -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,