aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-03-18 16:42:05 +0100
committerGitHub <noreply@github.com>2017-03-18 16:42:05 +0100
commit43339fae42a9500f8312dd8f78783d894c21beb0 (patch)
tree1a8dc1102c424f4fa2cb342f796f45f6845aed59
parent933f30c7e3520ba08239cda8b4d403ae2a35de32 (diff)
downloadpackages-43339fae42a9500f8312dd8f78783d894c21beb0.tar.gz
packages-43339fae42a9500f8312dd8f78783d894c21beb0.zip
Added gamelight package
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 74d6d18..e77535a 100644
--- a/packages.json
+++ b/packages.json
@@ -6095,5 +6095,20 @@
"description": "wrapper for communicating with InfluxDB over the REST interface",
"license": "BSD 3-Clause",
"web": "https://github.com/samdmarshall/influx.nim"
+ },
+ {
+ "name": "gamelight",
+ "url": "https://github.com/dom96/gamelight",
+ "method": "git",
+ "tags": [
+ "js",
+ "library",
+ "graphics",
+ "collision",
+ "2d"
+ ],
+ "description": "A set of simple modules for writing a JavaScript 2D game.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/gamelight"
}
]