From 7e469de9bc435b622eb415bf403727780ff95f4c Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 14 May 2020 22:30:41 -0500 Subject: Add switchable vents --- src/paperflight/static/levels.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/paperflight/static/levels.js') diff --git a/src/paperflight/static/levels.js b/src/paperflight/static/levels.js index 70bd326..bf3a301 100644 --- a/src/paperflight/static/levels.js +++ b/src/paperflight/static/levels.js @@ -56,4 +56,10 @@ levels[6].items.push( constructRect(300, 400, 60, 60, 0), constructRect(400, 400, 60, 60, 1), constructRect(500, 400, 60, 60, 2), +) + +levels[7] = createLevel("Turn on the vent", 0, 40, 460) +levels[7].items.push( + constructSwitch(120, 400, 30, 60, 2), + constructVent(200, 550, 60, 300, 1), ) \ No newline at end of file -- cgit v1.2.3