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