From 1e0d90040aa92c790600861473e87361f10b5966 Mon Sep 17 00:00:00 2001 From: bdnugget Date: Wed, 15 Jan 2025 19:09:44 +0100 Subject: [PATCH] some old commit --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index da56adf..96c5971 100644 --- a/main.go +++ b/main.go @@ -12,10 +12,7 @@ const ( screenHeight = 800 numLanes = 5 laneHeight = screenHeight / numLanes - carTextureWidth = 200 - carTextureHeight = 200 garageWidth = 200 - garageHeight = 200 scorePosx = 10 scorePosy = 10 scoreFontSize = 32