diff options
author | Jose Antonio Marquez | 2012-03-08 16:07:02 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-08 16:07:02 -0800 |
commit | 4bdb951f2dab6d132ed28ab17888cc819ed811ee (patch) | |
tree | 4fa0ac486431b1fb39383c3bb3a01a230a73f422 /js/io/system | |
parent | 85f21e020ac281e8e545df1cf269034de99a00b1 (diff) | |
download | ninja-4bdb951f2dab6d132ed28ab17888cc819ed811ee.tar.gz |
Adding I/O functionality to RDGE
Added webGL/Canvas file I/O for Ninja, it also created routine for saving data for runtime, however, the runtime RDGE library needs an update for runtime to work, so right now I/O will only work for Ninja.
Diffstat (limited to 'js/io/system')
-rw-r--r-- | js/io/system/ninjalibrary.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index a61c30d1..00ee7ed2 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "libraries": [ | 2 | "libraries": [ |
3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.6.0.0"}, | 3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.6.0.0"}, |
4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.0.1"} | 4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.1.0"} |
5 | ] | 5 | ] |
6 | } \ No newline at end of file | 6 | } \ No newline at end of file |