From 819b2501e61b73d3f1a624560d01282cd8901432 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 30 Nov 2024 15:55:45 -0500 Subject: [PATCH] Add click gestures and big present button --- src/Controls/Controller.astro | 51 +++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/src/Controls/Controller.astro b/src/Controls/Controller.astro index a2e36d7..577b982 100644 --- a/src/Controls/Controller.astro +++ b/src/Controls/Controller.astro @@ -1,10 +1,11 @@ --- const { - PlayerName + PlayerName, + BigPlayButton } = Astro.props --- -