retrodd 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.pck ADDED
Binary file
package/index.wasm ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "retrodd",
3
+ "version": "1.0.0",
4
+ "description": "Retro Racing Double Dash godot",
5
+ "main": "index.html",
6
+ "unpkg": "index.html",
7
+ "files": [
8
+ "*.js",
9
+ "*.pck",
10
+ "*.wasm",
11
+ "*.html"
12
+
13
+ ],
14
+ "keywords": [
15
+ "unity",
16
+ "webgl",
17
+ "game"
18
+ ],
19
+ "license": "ISC"
20
+ }