From 15be06b415c693dfe6a10750e619d3128b0b59de Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 30 Oct 2024 23:24:28 -0400 Subject: Add image support, page title; fix sleep issue Passing the ?image query param will use that as the background-image for the throwable div. I also had to add a `true` to the applyImpulse call to stop the ball from going unresponsive (this is because it can go to "sleep", the extra parameter ensures it's woken up.) --- src/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index aa49141..da667a9 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - Document + Throw -- cgit v1.2.3-57-g22cb