From a7ca0c7a8fcb4bd2a20e195c57a82327df7a16bc Mon Sep 17 00:00:00 2001 From: equa Date: Sun, 25 Apr 2021 14:17:22 -0500 Subject: disable vsync and tighten controls a bit --- lib/player.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/player.fnl') diff --git a/lib/player.fnl b/lib/player.fnl index d40e980..d10fe81 100644 --- a/lib/player.fnl +++ b/lib/player.fnl @@ -23,8 +23,8 @@ ;; (set self.direction (% (- self.direction 0.1) (* math.pi 2))) (when controls.right (set self.target-spin (+ self.target-spin 0.15))) - (set self.direction (% (+ self.direction (* self.target-spin 0.1)) (* math.pi 2))) - (set self.target-spin (* self.target-spin 0.9)) + (set self.direction (% (+ self.direction (* self.target-spin 0.2)) (* math.pi 2))) + (set self.target-spin (* self.target-spin 0.8)) (set music-state.forward controls.up) (when controls.up (local v (entity.velocity self)) -- cgit 1.3.0-6-gf8a5