From 491f532750da38f17e2891042bcb03f095ec4d92 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Mon, 11 Apr 2022 16:55:16 -0600 Subject: Move particle stuff to a system to simplify spawning particles --- src/systems/keyboardInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systems/keyboardInput.js') diff --git a/src/systems/keyboardInput.js b/src/systems/keyboardInput.js index 50afda1..80feeef 100644 --- a/src/systems/keyboardInput.js +++ b/src/systems/keyboardInput.js @@ -33,4 +33,4 @@ game.system.KeyboardInput = (undoSystem) => { }; window.addEventListener("keydown", keyPress); return { keys, update }; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2