summaryrefslogtreecommitdiffhomepage
path: root/test/testcard.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-05-19 19:57:58 -0400
committerTom Black <[email protected]>2017-05-20 21:40:40 -0400
commit09ed2811ad3ccb9af50028447fabbcee5b5c5ae2 (patch)
treefb79eb28497e2ccc2d44b86a40034984649e9eb3 /test/testcard.rb
parent6ab1ad93c6ae1704fee0adb77dbcf8c721913a73 (diff)
downloadruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.tar.gz
ruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.zip
Remove trailing whitespace everywhere
It's what all the kids are doing
Diffstat (limited to 'test/testcard.rb')
-rw-r--r--test/testcard.rb6
1 files changed, 3 insertions, 3 deletions
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