aboutsummaryrefslogtreecommitdiff
path: root/Demos/Pong/Pong.hs
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-08-20 20:03:46 -0700
committer3gg <3gg@shellblade.net>2024-08-20 20:03:46 -0700
commitef065d147c156a61d98b01b044662e55fb609061 (patch)
treed50be192d7c5321cc10a716b8587ec43bfbde250 /Demos/Pong/Pong.hs
parent87065dc4abe2e987da18e6735b00ef88a940372a (diff)
UI adjustments.HEADmain
Diffstat (limited to 'Demos/Pong/Pong.hs')
-rw-r--r--Demos/Pong/Pong.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Pong/Pong.hs b/Demos/Pong/Pong.hs
index b05bb24..dd8855b 100644
--- a/Demos/Pong/Pong.hs
+++ b/Demos/Pong/Pong.hs
@@ -24,7 +24,7 @@ import Data.Monoid (mconcat)
24 24
25-- Configuration 25-- Configuration
26 26
27padSize = vec2 0.07 0.02 27padSize = vec2 0.07 0.015
28ballSize = 0.012 :: Float 28ballSize = 0.012 :: Float
29ballSpeed = 0.7 :: Float 29ballSpeed = 0.7 :: Float
30initialBallVelocity = vec2 1 1 30initialBallVelocity = vec2 1 1