From 46c07e9638bad9494b37f22031804ffec4e2c466 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Wed, 9 Oct 2024 07:02:26 -0400 Subject: [PATCH] nut bowling 2 Signed-off-by: ClaytonTDM --- game/Custom.css | 4 + game/iframe.html | 5 +- game/level/WallNutBowling.js | 4 +- game/level/WallNutBowling1.js | 225 ++++++++++++++++++++++++++++++++++ 4 files changed, 235 insertions(+), 3 deletions(-) create mode 100644 game/level/WallNutBowling1.js diff --git a/game/Custom.css b/game/Custom.css index c40ca23d..e3118939 100644 --- a/game/Custom.css +++ b/game/Custom.css @@ -262,3 +262,7 @@ label { transform: rotate(360deg); } } + +td { + padding-top: 16px !important; +} diff --git a/game/iframe.html b/game/iframe.html index 0b0407e3..4507a071 100644 --- a/game/iframe.html +++ b/game/iframe.html @@ -612,8 +612,11 @@