-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e0fd82
commit ce2ba7a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule docs
updated
21 files
+6 −2 | docs/.vuepress/config.js | |
+ − | docs/.vuepress/public/assets/img/CheatsheetThumbnail.png | |
+ − | docs/.vuepress/public/assets/img/logo.png | |
+13 −0 | docs/.vuepress/styles/palette.styl | |
+61 −40 | docs/README.md | |
+20 −0 | docs/ct-concepts.md | |
+13 −1 | docs/ct.camera.md | |
+3 −0 | docs/ct.types.md | |
+36 −9 | docs/ct.u.md | |
+85 −0 | docs/dragging-copies.md | |
+69 −0 | docs/gamedev-resources.md | |
+ − | docs/images/draggingCopies_01.gif | |
+ − | docs/images/draggingCopies_01.png | |
+ − | docs/images/draggingCopies_02.gif | |
+ − | docs/images/draggingCopies_02.png | |
+ − | docs/images/logo.png | |
+8 −8 | docs/jsintro_pt1.md | |
+47 −2 | docs/modding-fields-declaration.md | |
+1 −1 | docs/tut-making-platformer.md | |
+7 −9 | docs/tut-making-shooter.md | |
+15 −15 | package-lock.json |