some old commit

This commit is contained in:
bdnugget 2025-01-15 19:09:44 +01:00
parent 96a9ada1a9
commit 1e0d90040a

View File

@ -12,10 +12,7 @@ const (
screenHeight = 800 screenHeight = 800
numLanes = 5 numLanes = 5
laneHeight = screenHeight / numLanes laneHeight = screenHeight / numLanes
carTextureWidth = 200
carTextureHeight = 200
garageWidth = 200 garageWidth = 200
garageHeight = 200
scorePosx = 10 scorePosx = 10
scorePosy = 10 scorePosy = 10
scoreFontSize = 32 scoreFontSize = 32