From 96021d7aa269aa446ce86bf0d3e4672b69636b2c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 31 Aug 2019 11:37:47 -0400 Subject: Stuff --- js/sprite.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 js/sprite.js (limited to 'js/sprite.js') diff --git a/js/sprite.js b/js/sprite.js deleted file mode 100644 index 38b00fc..0000000 --- a/js/sprite.js +++ /dev/null @@ -1,14 +0,0 @@ -var coinImage = new Image(); -coinImage.src = "images/coin-sprite-animation.png"; - -function sprite (options) { - - var that = {}; - - that.context = options.context; - that.width = options.width; - that.height = options.height; - that.image = options.image; - - return that; -} \ No newline at end of file -- cgit v1.2.3