From 09ed2811ad3ccb9af50028447fabbcee5b5c5ae2 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Fri, 19 May 2017 19:57:58 -0400 Subject: Remove trailing whitespace everywhere It's what all the kids are doing --- test/testcard.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/testcard.rb') diff --git a/test/testcard.rb b/test/testcard.rb index a6341c7..b573579 100644 --- a/test/testcard.rb +++ b/test/testcard.rb @@ -239,16 +239,16 @@ end update do pointer.x = (get :mouse_x) - 5 pointer.y = (get :mouse_y) - 7 - + if flash > 0 pointer_outline.color = [0, 1, 0, 1] flash -= 1 else pointer_outline.color = [0, 1, 0, 0] end - + s1.animate(:forwards) - + if (get :frames) % 20 == 0 fps.text = "FPS: #{(get :fps).round(3)}" end -- cgit v1.2.3