From a610d4f3c513107135ece5276afffa4223c7ee4b Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Oct 2018 14:13:54 -0400 Subject: Rest of greetz and maps. Game is essentially complete --- slimeball.fnl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'slimeball.fnl') diff --git a/slimeball.fnl b/slimeball.fnl index 058763e..daf9108 100644 --- a/slimeball.fnl +++ b/slimeball.fnl @@ -46,9 +46,7 @@ :width (. slimeball-sheet :width) :height (. slimeball-sheet :height) - :x-pos (if (= :right orientation) - (+ player-x player-width) - (- player-x player-width)) + :x-pos player-x :y-pos player-y :x-vel (if (. player :action :sliming-up) -- cgit v1.3