From d585a961ffd71ef35071fd209eb32c6c3a6d7126 Mon Sep 17 00:00:00 2001 From: s1nical Date: Tue, 30 Jul 2019 16:57:02 -0700 Subject: Update game assets --- cars/index.html | 398 ++------------------------------------------------------ 1 file changed, 13 insertions(+), 385 deletions(-) (limited to 'cars/index.html') diff --git a/cars/index.html b/cars/index.html index 01919e7..3a3070a 100644 --- a/cars/index.html +++ b/cars/index.html @@ -1,397 +1,25 @@ + - + + s1nical - Cars - - - - - + + + - bottomWall = new Wall(width / 2, height + wt2, width, wallThickness, 0); - topWall = new Wall(width / 2, -wt2, width, wallThickness, 0); + + + - leftWall = new Wall(-wt2, height / 2, height, wallThickness, PI / 2); - rightWall = new Wall(width + wt2, height / 2, height, wallThickness, PI / 2); -} - //# sourceURL=pen.js - - - - + \ No newline at end of file -- cgit v1.2.3